summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-11-17 10:07:08 -0800
committerSerdar Sutay <serdar@opscode.com>2014-11-17 13:59:00 -0800
commit2e11be7fdd5748159cf9824fc20c2042879f1c8b (patch)
tree9ad01e5969548967abf48e863944eaff08778ed1 /lib/chef/config.rb
parentf7ca9bf15b2c1e786ada6500e3a94cf8d78a49eb (diff)
downloadchef-2e11be7fdd5748159cf9824fc20c2042879f1c8b.tar.gz
Dedicated error for content staging issues. Comment fixes in config.rb.
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r--lib/chef/config.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 877abcc2ba..a47e42abda 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -563,8 +563,8 @@ class Chef
# There are 3 possible values for this configuration setting.
# true => file staging is done in the destination directory
# false => file staging is done via tempfiles under ENV['TMP']
- # :auto => file staging will try using ENV['TMP'] if possible and
- # will fall back to destination directory if ENV['TMP'] is not usable.
+ # :auto => file staging will try using destination directory if possible and
+ # will fall back to ENV['TMP'] if destination directory is not usable.
default :file_staging_uses_destdir, :auto
# Exit if another run is in progress and the chef-client is unable to