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, 0 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 b3ef021e76..0e6e6cd76f 100644
--- a/lib/chef/file_content_management/deploy/mv_windows.rb
+++ b/lib/chef/file_content_management/deploy/mv_windows.rb
@@ -96,10 +96,8 @@ class Chef
dst_so.owner = dst_sd.owner
dst_so.set_dacl(apply_dacl, dst_sd.dacl_inherits?) if dacl_present
dst_so.set_sacl(apply_sacl, dst_sd.sacl_inherits?) if sacl_present
-
end
end
end
end
end
-