summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system.rb')
-rw-r--r--lib/chef/chef_fs/file_system.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/chef_fs/file_system.rb b/lib/chef/chef_fs/file_system.rb
index 84e4b4913f..6ab112bdaa 100644
--- a/lib/chef/chef_fs/file_system.rb
+++ b/lib/chef/chef_fs/file_system.rb
@@ -348,6 +348,8 @@ class Chef
dest_entry.copy_from(src_entry, options)
ui.output "Updated #{dest_path}" if ui
end
+ else
+ ui.output "Skipping #{dest_entry}" if ui
end
return
end
@@ -391,6 +393,8 @@ class Chef
dest_entry.write(src_value)
ui.output "Updated #{dest_path}" if ui
end
+ else
+ ui.output "Skipping[2] #{dest_path}" if ui
end
end
end