diff options
author | Lance Albertson <lance@osuosl.org> | 2020-09-14 11:34:01 -0700 |
---|---|---|
committer | Lance Albertson <lance@osuosl.org> | 2020-09-15 14:04:36 -0700 |
commit | 607dce67ec26417161e1327295d35ab2eb86a972 (patch) | |
tree | 61e5f6f36f5b7158787cd89ea0a1b7b904691261 | |
parent | bb241fa03a04b3b636fcb05c53472a332a22d783 (diff) | |
download | chef-607dce67ec26417161e1327295d35ab2eb86a972.tar.gz |
Update lib/chef/application/knife.rb to use ChefUtils::Dist::Infra::PRODUCT
Signed-off-by: Lance Albertson <lance@osuosl.org>
-rw-r--r-- | lib/chef/application/knife.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/knife.rb b/lib/chef/application/knife.rb index 448337da55..eb1c3279e1 100644 --- a/lib/chef/application/knife.rb +++ b/lib/chef/application/knife.rb @@ -218,7 +218,7 @@ class Chef::Application::Knife < Chef::Application end if want_help? - puts "#{Chef::Dist::PRODUCT}: #{Chef::VERSION}" + puts "#{ChefUtils::Dist::Infra::PRODUCT}: #{Chef::VERSION}" puts puts "Docs: #{ChefUtils::Dist::Org::KNIFE_DOCS}" puts "Patents: #{ChefUtils::Dist::Org::PATENTS}" |