summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-06-28 10:05:56 +0100
committerGitHub <noreply@github.com>2017-06-28 10:05:56 +0100
commitfd32a853d88fc85cb5ba5061922c6ddad3cce85c (patch)
tree3cb9c629f120a97e1b732d56ad41d52b3881c7f0
parent73567528b73deb2e0c13a41cca5d3d26988d8a61 (diff)
parentf569a86f96d03c6a35b70a6d6678fedd9ee4c8c3 (diff)
downloadchef-fd32a853d88fc85cb5ba5061922c6ddad3cce85c.tar.gz
Merge pull request #6240 from chef/update_deprecation
Update deprecation message for Cookstyle
-rw-r--r--lib/chef/knife/cookbook_test.rb2
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