summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsawanoboly <sawanoboriyu@higanworks.com>2014-09-12 13:30:22 +0900
committersawanoboly <sawanoboriyu@higanworks.com>2014-09-12 13:30:22 +0900
commitcaa93a692febe18affd898d3e4af18cf10e4d7e6 (patch)
treedd02c33adb9234ecf5d5541b30f55c74b7a34cec
parent3ecb3389fc558880e63f53ca829abff96e69ac1a (diff)
downloadchef-caa93a692febe18affd898d3e4af18cf10e4d7e6.tar.gz
remove line for debug
-rw-r--r--lib/chef/knife/cookbook_site_share.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_site_share.rb b/lib/chef/knife/cookbook_site_share.rb
index 189c9c8db0..d6cd570067 100644
--- a/lib/chef/knife/cookbook_site_share.rb
+++ b/lib/chef/knife/cookbook_site_share.rb
@@ -77,7 +77,6 @@ class Chef
ui.info("Not uploading #{cookbook_name}.tgz due to --dry-run flag.")
result = shell_out!("tar -tzf #{cookbook_name}.tgz", :cwd => tmp_cookbook_dir)
ui.info(result.stdout)
- puts `find #{tmp_cookbook_dir}`
FileUtils.rm_rf tmp_cookbook_dir
return
end