remove format default for inspec exec

behaviour is unchanged. (this caused trouble in chef-compliance)
This commit is contained in:
Stephan Renatus 2015-12-17 14:10:41 +01:00 committed by Christoph Hartmann
parent ca33ac9288
commit aa80a65ffd

View file

@ -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