summaryrefslogtreecommitdiff
path: root/lib/chef/knife/configure.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-03-05 21:16:43 -0800
committerTim Smith <tsmith84@gmail.com>2016-03-05 21:21:39 -0800
commitfc687aabc64b844e2e68f23a21ecdb8176bc975e (patch)
treebe33cf13f55d1d81316c5409a0f99a4caed62627 /lib/chef/knife/configure.rb
parent27123a6e5d768323f45f2d07dcf210db4b3c8133 (diff)
downloadchef-fc687aabc64b844e2e68f23a21ecdb8176bc975e.tar.gz
What's with all the exclamation points
We use these in odd places and not consistently. It's like knife is yelling at me when I mess up or it's really excited I updated a node (but not environments for some reason)
Diffstat (limited to 'lib/chef/knife/configure.rb')
-rw-r--r--lib/chef/knife/configure.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/configure.rb b/lib/chef/knife/configure.rb
index df41aa7265..e726e32684 100644
--- a/lib/chef/knife/configure.rb
+++ b/lib/chef/knife/configure.rb
@@ -108,13 +108,13 @@ EOH
ui.msg("")
ui.msg("You must place your client key in:")
ui.msg(" #{new_client_key}")
- ui.msg("Before running commands with Knife!")
+ ui.msg("Before running commands with Knife")
ui.msg("")
ui.msg("*****")
ui.msg("")
ui.msg("You must place your validation key in:")
ui.msg(" #{validation_key}")
- ui.msg("Before generating instance data with Knife!")
+ ui.msg("Before generating instance data with Knife")
ui.msg("")
ui.msg("*****")
end