summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-06-27 22:54:19 -0700
committerTim Smith <tsmith@chef.io>2017-06-27 22:54:19 -0700
commitf569a86f96d03c6a35b70a6d6678fedd9ee4c8c3 (patch)
tree3cb9c629f120a97e1b732d56ad41d52b3881c7f0
parent73567528b73deb2e0c13a41cca5d3d26988d8a61 (diff)
downloadchef-f569a86f96d03c6a35b70a6d6678fedd9ee4c8c3.tar.gz
Update deprecation message for Cookstyleupdate_deprecation
Signed-off-by: Tim Smith <tsmith@chef.io>
-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