summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-05-22 08:13:45 -0700
committerClaire McQuin <claire@getchef.com>2014-05-22 12:16:36 -0700
commit51bb7e992ee1cc28ace4fa7b74337fb39140ecaf (patch)
tree003e39436faf058c998f914dadac950731207887
parent7c65a72f19a80d5d8f4acae766a669811ce03eac (diff)
downloadchef-51bb7e992ee1cc28ace4fa7b74337fb39140ecaf.tar.gz
update comment
-rw-r--r--lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 8c6aec0d34..8495ae47d9 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -244,7 +244,7 @@ class Chef
primary_cache_path = platform_specific_path("/var/chef")
# Use /var/chef as the cache path only if that folder exists and we can read and write
# into it, or /var exists and we can read and write into it (we'll create /var/chef later).
- # Otherwise, we'll create .chef.d under the user's home directory and use that as
+ # Otherwise, we'll create .chef under the user's home directory and use that as
# the cache path.
unless path_accessible?(primary_cache_path) || path_accessible?(primary_cache_root)
secondary_cache_path = File.join(user_home, '.chef')