From aa80a65ffd311a92ee63aa59050e2488fe6b054d Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Thu, 17 Dec 2015 14:10:41 +0100 Subject: [PATCH] remove format default for `inspec exec` behaviour is unchanged. (this caused trouble in chef-compliance) --- bin/inspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/inspec b/bin/inspec index 3dc187cd1..5dc46b601 100755 --- a/bin/inspec +++ b/bin/inspec @@ -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