diff options
Diffstat (limited to 'lib/chef/resource/windows_path.rb')
-rw-r--r-- | lib/chef/resource/windows_path.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_path.rb b/lib/chef/resource/windows_path.rb index 7f2e79d9d2..e0af92f551 100644 --- a/lib/chef/resource/windows_path.rb +++ b/lib/chef/resource/windows_path.rb @@ -31,7 +31,7 @@ class Chef default_action :add property :path, String, - description: "The name of the value to add to the system path", + description: "An optional property to set the path value if it differs from the resource block's name.", name_property: true end end |