summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-09 16:17:21 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-09 16:17:34 -0800
commit867045ba0844374cfa7482c029d688ff856a3498 (patch)
treebeb268adc0d36d9af7063f52333e7c96f4e3aee2
parent306de1c5647d2e41f4db12f8f300b46c6b3d136e (diff)
downloadchef-867045ba0844374cfa7482c029d688ff856a3498.tar.gz
Fix typo in resource docs
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/chef_client_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_config.rb b/lib/chef/resource/chef_client_config.rb
index deee413ba4..b3ea86c476 100644
--- a/lib/chef/resource/chef_client_config.rb
+++ b/lib/chef/resource/chef_client_config.rb
@@ -110,7 +110,7 @@ class Chef
property :config_directory, String,
description: "The directory to store the client.rb in.",
default: ChefConfig::Config.etc_chef_dir,
- default_description: "`/etc/chef/` on *nix-like systems and `C:\chef\` on Windows"
+ default_description: "`/etc/chef/` on *nix-like systems and `C:\\chef\\` on Windows"
property :user, String,
description: "The user that should own the client.rb file and the configuration directory if it needs to be created. Note: The configuration directory will not be created if it already exists, which allows you to further control the setup of that directory outside of this resource."