diff options
author | Claire McQuin <claire@getchef.com> | 2015-05-08 17:31:42 -0700 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2015-05-27 14:16:22 -0400 |
commit | 67b9fdc307fd0a7480cc4f11c18540763ec43b09 (patch) | |
tree | a08e020a19158bef3fe6ae2166d932ed2865eb87 /lib/chef/config.rb | |
parent | 49d25cdb67ebef05aa62df3662c3c79466abace7 (diff) | |
download | chef-67b9fdc307fd0a7480cc4f11c18540763ec43b09.tar.gz |
Mark run failed on failed audits unless configured to audit as warning.
Remove unnecessary newline from RunFailedWrappingError backtrace
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index 629553c8ab..9beb18b53e 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -51,4 +51,3 @@ class Chef end end - |