summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/windows_path.rb')
-rw-r--r--lib/chef/resource/windows_path.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_path.rb b/lib/chef/resource/windows_path.rb
index c39ce0ce8f..0067de5baf 100644
--- a/lib/chef/resource/windows_path.rb
+++ b/lib/chef/resource/windows_path.rb
@@ -31,8 +31,8 @@ class Chef
default_action :add
property :path, String,
- description: "An optional property to set the path value if it differs from the resource block's name.",
- name_property: true
+ description: "An optional property to set the path value if it differs from the resource block's name.",
+ name_property: true
end
end
end