diff options
Diffstat (limited to 'lib/chef/provider/windows_path.rb')
-rw-r--r-- | lib/chef/provider/windows_path.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/windows_path.rb b/lib/chef/provider/windows_path.rb index d43b34cdda..1c78e20606 100644 --- a/lib/chef/provider/windows_path.rb +++ b/lib/chef/provider/windows_path.rb @@ -25,7 +25,7 @@ class Chef class WindowsPath < Chef::Provider include Chef::Mixin::WindowsEnvHelper if Chef::Platform.windows? - provides :windows_path, os: "windows" + provides :windows_path def load_current_resource @current_resource = Chef::Resource::WindowsPath.new(new_resource.name) |