summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs.rb')
-rw-r--r--lib/chef/chef_fs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs.rb b/lib/chef/chef_fs.rb
index 43a9efd5e2..31400895fc 100644
--- a/lib/chef/chef_fs.rb
+++ b/lib/chef/chef_fs.rb
@@ -53,7 +53,7 @@ require "chef/platform"
class Chef
module ChefFS
def self.windows?
- Chef::Platform.windows?
+ ChefHelpers.windows?
end
end
end