summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjkeiser <jkeiser@opscode.com>2013-01-11 16:35:38 -0800
committerJohn Keiser <jkeiser@opscode.com>2013-06-07 13:12:18 -0700
commit0ba77cc5f37d37f51e3b5f67dcc6a3f644b552fd (patch)
tree183e81fd22075c1b50a7f633e1084e4d33d101b4 /lib
parent9c6025e7d1a53da181a4309483d5192343e93394 (diff)
downloadchef-0ba77cc5f37d37f51e3b5f67dcc6a3f644b552fd.tar.gz
knife upload: don't print extra / at end of Created entry
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/chef_fs/file_system.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/file_system.rb b/lib/chef/chef_fs/file_system.rb
index 581ac2be29..df6f4a9ea7 100644
--- a/lib/chef/chef_fs/file_system.rb
+++ b/lib/chef/chef_fs/file_system.rb
@@ -270,7 +270,7 @@ class Chef
new_dest_dir = new_dest_parent.child(src_entry.name)
else
new_dest_dir = new_dest_parent.create_child(src_entry.name, nil)
- ui.output "Created #{dest_entry.path_for_printing}/"
+ ui.output "Created #{dest_entry.path_for_printing}"
end
# Directory creation is recursive.
if recurse_depth != 0