From b80f18cd06f073ec1270a81ff226a539be6e1614 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 5 Feb 2020 17:17:57 -0800 Subject: Use the dist variable for chef-server Signed-off-by: Tim Smith --- lib/chef/shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/shell.rb b/lib/chef/shell.rb index e5f7dc64b9..9673ed2ce2 100644 --- a/lib/chef/shell.rb +++ b/lib/chef/shell.rb @@ -295,7 +295,7 @@ module Shell option :chef_server_url, short: "-S CHEFSERVERURL", long: "--server CHEFSERVERURL", - description: "The #{Chef::Dist::PRODUCT} server URL", + description: "The #{Chef::Dist::SERVER_PRODUCT} URL", proc: nil option :version, -- cgit v1.2.1