mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Align =
in initialize
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
This commit is contained in:
parent
d2569e8da9
commit
5676bd114f
1 changed files with 2 additions and 3 deletions
|
@ -10,10 +10,9 @@ module InspecPlugins
|
|||
class Profile
|
||||
attr_reader :logger
|
||||
def initialize(path, options = {})
|
||||
@path = path
|
||||
@path = path
|
||||
@options = options
|
||||
|
||||
@logger = Inspec::Log
|
||||
@logger = Inspec::Log
|
||||
logger.level(options.fetch(:log_level, 'info').to_sym)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue