summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chocolatey_source.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/chocolatey_source.rb')
-rw-r--r--lib/chef/resource/chocolatey_source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chocolatey_source.rb b/lib/chef/resource/chocolatey_source.rb
index 89c5d5a666..22ca387679 100644
--- a/lib/chef/resource/chocolatey_source.rb
+++ b/lib/chef/resource/chocolatey_source.rb
@@ -26,7 +26,7 @@ class Chef
description: "An optional property to set the source name if it differs from the resource block's name."
property :source, String,
- description: "The source URL."
+ description: "The source URL."
property :bypass_proxy, [TrueClass, FalseClass], default: false,
description: "Whether or not to bypass the system's proxy settings to access the source."