summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-09-27 11:44:16 -0700
committerTim Smith <tsmith84@gmail.com>2015-09-27 11:44:16 -0700
commitdabb31a3586a7ec6409b0c054c842e97a4d3380b (patch)
treea5a0e59513e2f7e4f6a19960fcc93ae94ee3147e
parent3968f4402d03822051169056138b769508e85c17 (diff)
downloadchef-dabb31a3586a7ec6409b0c054c842e97a4d3380b.tar.gz
Capitalize another message
-rw-r--r--lib/chef/knife/cookbook_site_install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_site_install.rb b/lib/chef/knife/cookbook_site_install.rb
index d0ab6da3ef..aee8b7fa94 100644
--- a/lib/chef/knife/cookbook_site_install.rb
+++ b/lib/chef/knife/cookbook_site_install.rb
@@ -93,7 +93,7 @@ class Chef
# TODO: it'd be better to store these outside the cookbook repo and
# keep them around, e.g., in ~/Library/Caches on OS X.
- ui.info("removing downloaded tarball")
+ ui.info("Removing downloaded tarball")
File.unlink(upstream_file)
if @repo.finalize_updates_to(@cookbook_name, downloader.version)