diff options
author | Tim Smith <tsmith@chef.io> | 2017-06-27 22:54:19 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-06-27 22:54:19 -0700 |
commit | f569a86f96d03c6a35b70a6d6678fedd9ee4c8c3 (patch) | |
tree | 3cb9c629f120a97e1b732d56ad41d52b3881c7f0 /lib/chef | |
parent | 73567528b73deb2e0c13a41cca5d3d26988d8a61 (diff) | |
download | chef-f569a86f96d03c6a35b70a6d6678fedd9ee4c8c3.tar.gz |
Update deprecation message for Cookstyleupdate_deprecation
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/knife/cookbook_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_test.rb b/lib/chef/knife/cookbook_test.rb index 1a5c9df74e..5c6dd32f37 100644 --- a/lib/chef/knife/cookbook_test.rb +++ b/lib/chef/knife/cookbook_test.rb @@ -43,7 +43,7 @@ class Chef :description => "Test all cookbooks, rather than just a single cookbook" def run - ui.warn("DEPRECATED: Please use ChefSpec or Rubocop to syntax-check cookbooks.") + ui.warn("DEPRECATED: Please use ChefSpec or Cookstyle to syntax-check cookbooks.") config[:cookbook_path] ||= Chef::Config[:cookbook_path] checked_a_cookbook = false |