summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-01-28 11:01:22 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-28 11:01:58 -0800
commit2acf044ba73db2e83d98e7430ac36511bf1c4d6c (patch)
tree99463ca10e72297e43558e0f38e3fa91762e59d4
parentf0ec99409fb07a7f57da77065d2fd25d2803587b (diff)
downloadchef-remove_dk_warning.tar.gz
Remove DK wording from knife warningremove_dk_warning
We won't have a DK when we have Chef 16 so this shouldn't be there. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/knife.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb
index e040de9d57..255636868f 100644
--- a/lib/chef/knife.rb
+++ b/lib/chef/knife.rb
@@ -284,7 +284,7 @@ class Chef
elsif category_commands = guess_category(args)
list_commands(category_commands)
elsif OFFICIAL_PLUGINS.include?(args[0]) # command was an uninstalled official chef knife plugin
- ui.info("Use `#{Chef::Dist::EXEC} gem install knife-#{args[0]}` to install the plugin into ChefDK / Chef Workstation")
+ ui.info("Use `#{Chef::Dist::EXEC} gem install knife-#{args[0]}` to install the plugin into Chef Workstation")
else
list_commands
end