summaryrefslogtreecommitdiff
path: root/lib/chef/knife/role_from_file.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/role_from_file.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/role_from_file.rb')
-rw-r--r--lib/chef/knife/role_from_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/role_from_file.rb b/lib/chef/knife/role_from_file.rb
index e1f4737ab9..bf21a38fd7 100644
--- a/lib/chef/knife/role_from_file.rb
+++ b/lib/chef/knife/role_from_file.rb
@@ -42,7 +42,7 @@ class Chef
output(format_for_display(updated)) if config[:print_after]
- ui.info("Updated Role #{updated.name}!")
+ ui.info("Updated Role #{updated.name}")
end
end