summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-09-26 23:33:56 -0700
committerTim Smith <tsmith84@gmail.com>2015-09-27 11:36:57 -0700
commitdef9260537b44c4c96c4323ced46d12b300e8b74 (patch)
tree12e0e95b02a660e750236c96e99147a8e5b3cc2a
parent28bb3f589e423f37d97294dfe607e45e8d79567d (diff)
downloadchef-def9260537b44c4c96c4323ced46d12b300e8b74.tar.gz
Fix tense
-rw-r--r--lib/chef/knife/cookbook_site_share.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_site_share.rb b/lib/chef/knife/cookbook_site_share.rb
index 5784c3d73e..8f4cf3a5b3 100644
--- a/lib/chef/knife/cookbook_site_share.rb
+++ b/lib/chef/knife/cookbook_site_share.rb
@@ -48,7 +48,7 @@ class Chef
:short => '-n',
:boolean => true,
:default => false,
- :description => "Don't take action, only print what files will be upload to Supermarket."
+ :description => "Don't take action, only print what files will be uploaded to Supermarket."
def run
config[:cookbook_path] ||= Chef::Config[:cookbook_path]