mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
respect json config in inspec archive
Although I am not aware of this causing trouble anywhere right now, it seems better to do it homogeneous.
This commit is contained in:
parent
861965a124
commit
4c61ed3878
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class Inspec::InspecCLI < Inspec::BaseCLI # rubocop:disable Metrics/ClassLength
|
|||
def archive(path)
|
||||
diagnose
|
||||
|
||||
o = options.dup
|
||||
o = opts.dup
|
||||
o[:logger] = Logger.new(STDOUT)
|
||||
o[:logger].level = get_log_level(o.log_level)
|
||||
|
||||
|
|
Loading…
Reference in a new issue