From 8126ec8ff3701a6261709ba0bd2b49cfc11ec76f Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Thu, 26 Sep 2019 23:38:43 +0530 Subject: Change ChefDK to ChefDK / Chef Workstation Signed-off-by: Vivek Singh --- lib/chef/knife.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/chef') diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb index 726f94db9a..4a851c1b9d 100644 --- a/lib/chef/knife.rb +++ b/lib/chef/knife.rb @@ -234,7 +234,7 @@ class Chef dependency_loaders.each(&:call) end - OFFICIAL_PLUGINS = %w{linode lpar openstack push rackspace vcenter}.freeze + OFFICIAL_PLUGINS = %w{lpar openstack push rackspace vcenter}.freeze class << self def list_commands(preferred_category = nil) @@ -273,7 +273,7 @@ class Chef if 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") + ui.info("Use `#{Chef::Dist::EXEC} gem install knife-#{args[0]}` to install the plugin into ChefDK / Chef Workstation") else list_commands end -- cgit v1.2.1