summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2019-09-26 23:38:43 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2019-09-26 23:38:43 +0530
commit8126ec8ff3701a6261709ba0bd2b49cfc11ec76f (patch)
tree4fb08c52bfe7da36092398c70dfe0a184ec45835
parent69a812da28db6766890588976e170e254839bccf (diff)
downloadchef-8126ec8ff3701a6261709ba0bd2b49cfc11ec76f.tar.gz
Change ChefDK to ChefDK / Chef Workstation
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
-rw-r--r--lib/chef/knife.rb4
1 files changed, 2 insertions, 2 deletions
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