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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_path.rb b/lib/chef/resource/windows_path.rb
index 0067de5baf..f649f9a1e1 100644
--- a/lib/chef/resource/windows_path.rb
+++ b/lib/chef/resource/windows_path.rb
@@ -22,7 +22,7 @@ class Chef
class Resource
class WindowsPath < Chef::Resource
resource_name :windows_path
- provides(:windows_path) { true }
+ provides(:windows_path) do true end
description "Use the windows_path resource to manage the path environment variable on Microsoft Windows."
introduced "13.4"