diff options
author | Chris Roberts <chrisroberts.code@gmail.com> | 2012-10-17 16:31:54 -0700 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-01-14 17:28:02 -0800 |
commit | 2887e0fe804bd21c8b1d1456837d42ec655a0331 (patch) | |
tree | 8f5f70d7bec2611acedc7cb3807db24b9a64d2a6 /lib/chef/knife.rb | |
parent | 416ef57a8e1a1b7effe2d2cf9ab940b8c6fdd6af (diff) | |
download | chef-2887e0fe804bd21c8b1d1456837d42ec655a0331.tar.gz |
Update stubbing order within config spec
Diffstat (limited to 'lib/chef/knife.rb')
-rw-r--r-- | lib/chef/knife.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb index a2db94604f..a3c4970545 100644 --- a/lib/chef/knife.rb +++ b/lib/chef/knife.rb @@ -354,7 +354,7 @@ class Chef Chef::Config[:color] = config[:color] case Chef::Config[:verbosity] - when 0 + when 0, nil Chef::Config[:log_level] = :error when 1 Chef::Config[:log_level] = :info |