diff options
author | Thom May <thom@clearairturbulence.org> | 2015-03-11 10:38:04 +0000 |
---|---|---|
committer | Thom May <thom@clearairturbulence.org> | 2015-03-11 10:38:04 +0000 |
commit | 1112130eb05d7d824404ab530cd9407a1ef92995 (patch) | |
tree | f836d8467e972b19729b8d380950f2b664172afb | |
parent | b335f9ba57d6b35e5aeec783efa79d9a7b644583 (diff) | |
parent | 84f4be81fcccf2985e60ac366d9d68c2e6264823 (diff) | |
download | chef-1112130eb05d7d824404ab530cd9407a1ef92995.tar.gz |
Merge pull request #3029 from cl-lab-k/fix_chef_gem_compile_time_comment
chef_gem_compile_time's nil is the same as true
-rw-r--r-- | lib/chef/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index 2eb9870a64..4e60ad652b 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -627,7 +627,7 @@ class Chef # default :no_lazy_load, true - # Default for the chef_gem compile_time attribute. Nil is the same as false but will emit + # Default for the chef_gem compile_time attribute. Nil is the same as true but will emit # warnings on every use of chef_gem prompting the user to be explicit. If the user sets this to # true then the user will get backcompat behavior but with a single nag warning that cookbooks # may break with this setting in the future. The false setting is the recommended setting and |