mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
remove format default for inspec exec
behaviour is unchanged. (this caused trouble in chef-compliance)
This commit is contained in:
parent
ca33ac9288
commit
aa80a65ffd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class InspecCLI < Thor # rubocop:disable Metrics/ClassLength
|
|||
option :id, type: :string,
|
||||
desc: 'Attach a profile ID to all test results'
|
||||
target_options
|
||||
option :format, type: :string, default: 'progress'
|
||||
option :format, type: :string
|
||||
def exec(*tests)
|
||||
diagnose
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue