From fc687aabc64b844e2e68f23a21ecdb8176bc975e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 5 Mar 2016 21:16:43 -0800 Subject: 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) --- lib/chef/knife/configure.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/chef/knife/configure.rb') 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 -- cgit v1.2.1