From 2acf044ba73db2e83d98e7430ac36511bf1c4d6c Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 28 Jan 2020 11:01:22 -0800 Subject: Remove DK wording from knife warning We won't have a DK when we have Chef 16 so this shouldn't be there. Signed-off-by: Tim Smith --- lib/chef/knife.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1