summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chocolatey_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/chocolatey_config.rb')
-rw-r--r--lib/chef/resource/chocolatey_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chocolatey_config.rb b/lib/chef/resource/chocolatey_config.rb
index 247fa5bf23..3a3814db3a 100644
--- a/lib/chef/resource/chocolatey_config.rb
+++ b/lib/chef/resource/chocolatey_config.rb
@@ -26,7 +26,7 @@ class Chef
description: "An optional property to set the config key name if it differs from the resource block's name."
property :value, String,
- description: "The value to set."
+ description: "The value to set."
load_current_value do
current_val = fetch_config_element(config_key)