diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-02-05 17:17:57 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-02-05 17:17:57 -0800 |
commit | b80f18cd06f073ec1270a81ff226a539be6e1614 (patch) | |
tree | 4c7263994ab09470f4adabae1b1771ddd7b402e8 /lib | |
parent | e60aa9eb75d3eb5ef8214039d7e47b7abe7afff1 (diff) | |
download | chef-b80f18cd06f073ec1270a81ff226a539be6e1614.tar.gz |
Use the dist variable for chef-server
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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, |