summaryrefslogtreecommitdiff
path: root/lib/chef/file_content_management/deploy/mv_windows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/file_content_management/deploy/mv_windows.rb')
-rw-r--r--lib/chef/file_content_management/deploy/mv_windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/file_content_management/deploy/mv_windows.rb b/lib/chef/file_content_management/deploy/mv_windows.rb
index 210400bc08..6e534c1ff0 100644
--- a/lib/chef/file_content_management/deploy/mv_windows.rb
+++ b/lib/chef/file_content_management/deploy/mv_windows.rb
@@ -22,7 +22,7 @@
#
require "chef/platform/query_helpers"
-if Chef::Platform.windows?
+if ChefHelpers.windows?
require "chef/win32/security"
end