diff options
| author | Tim Smith <tsmith84@gmail.com> | 2016-03-05 21:16:43 -0800 |
|---|---|---|
| committer | Tim Smith <tsmith84@gmail.com> | 2016-03-05 21:21:39 -0800 |
| commit | fc687aabc64b844e2e68f23a21ecdb8176bc975e (patch) | |
| tree | be33cf13f55d1d81316c5409a0f99a4caed62627 /lib/chef/knife/edit.rb | |
| parent | 27123a6e5d768323f45f2d07dcf210db4b3c8133 (diff) | |
| download | chef-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/edit.rb')
| -rw-r--r-- | lib/chef/knife/edit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/edit.rb b/lib/chef/knife/edit.rb index cd2c1c741b..5275f3c59b 100644 --- a/lib/chef/knife/edit.rb +++ b/lib/chef/knife/edit.rb @@ -32,7 +32,7 @@ class Chef result.write(new_value) output "Updated #{format_path(result)}" else - output "#{format_path(result)} unchanged!" + output "#{format_path(result)} unchanged" end rescue Chef::ChefFS::FileSystem::OperationNotAllowedError => e ui.error "#{format_path(e.entry)}: #{e.reason}." |
