Skip to content

Commit 02a3f7e

Browse files
committed
updated --version message to chef cli instead o chef workstation
Signed-off-by: nikhil2611 <[email protected]>
1 parent be2d33c commit 02a3f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chef-cli/command/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_with_default_options(enforce_license, params = [ ])
6767
msg(opt_parser.to_s)
6868
0
6969
elsif needs_version?(params)
70-
msg("#{ChefCLI::Dist::PRODUCT} version: #{ChefCLI::VERSION}")
70+
msg("#{ChefCLI::Dist::CLI_PRODUCT} version: #{ChefCLI::VERSION}")
7171
0
7272
else
7373
check_license_acceptance if enforce_license

0 commit comments

Comments
 (0)