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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/file_content_management/deploy/mv_windows.rb b/lib/chef/file_content_management/deploy/mv_windows.rb
index e2951dba4c..85c1accc63 100644
--- a/lib/chef/file_content_management/deploy/mv_windows.rb
+++ b/lib/chef/file_content_management/deploy/mv_windows.rb
@@ -21,9 +21,9 @@
# ACL information on the dst file.
#
-require 'chef/platform/query_helpers'
+require "chef/platform/query_helpers"
if Chef::Platform.windows?
- require 'chef/win32/security'
+ require "chef/win32/security"
end
class Chef