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 afe8b43ad9..0c5aaa9ce1 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 + provides(:windows_path) { true } description "Use the windows_path resource to manage the path environment variable on Microsoft Windows." introduced "13.4" |