summaryrefslogtreecommitdiff
path: root/lib/chef/knife/role_show.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-15 08:58:06 -0700
committerTim Smith <tsmith@chef.io>2018-07-16 09:11:59 -0700
commit8091d64cbb75d66035d3f83c1dcd6b31b46591b2 (patch)
tree5ae54cbf32e7740c06ba1da46dbb5fa65022bed3 /lib/chef/knife/role_show.rb
parentdfba8e1e86fb9451504dff462829838dcc50f3ea (diff)
downloadchef-8091d64cbb75d66035d3f83c1dcd6b31b46591b2.tar.gz
Make sure knife descriptions all have periodsknife_sentences_2
Some did. Some didn't. Looks weird that way. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/role_show.rb')
-rw-r--r--lib/chef/knife/role_show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/role_show.rb b/lib/chef/knife/role_show.rb
index 99684768bb..3d62a6a11f 100644
--- a/lib/chef/knife/role_show.rb
+++ b/lib/chef/knife/role_show.rb
@@ -36,7 +36,7 @@ class Chef
if @role_name.nil?
show_usage
- ui.fatal("You must specify a role name")
+ ui.fatal("You must specify a role name.")
exit 1
end