diff options
author | Marc Chamberland <mchamberland@pbsc.com> | 2019-05-05 20:40:46 -0400 |
---|---|---|
committer | Marc Chamberland <mchamberland@pbsc.com> | 2019-05-23 12:31:28 -0400 |
commit | 925c4c7d757404c7c68001bb928044cad0f5c2a8 (patch) | |
tree | b2ce5aeb86a6e3abc6eebfb7fba3aa98125ebe92 /lib/chef/chef_fs | |
parent | c08d0b8789b9ad5ac8082bef370d5cc6ae5b610f (diff) | |
download | chef-925c4c7d757404c7c68001bb928044cad0f5c2a8.tar.gz |
more distro constants for "Chef"
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
Diffstat (limited to 'lib/chef/chef_fs')
-rw-r--r-- | lib/chef/chef_fs/knife.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/knife.rb b/lib/chef/chef_fs/knife.rb index 18a2958cb5..1d9a82fd51 100644 --- a/lib/chef/chef_fs/knife.rb +++ b/lib/chef/chef_fs/knife.rb @@ -18,6 +18,7 @@ require_relative "../knife" require "pathname" unless defined?(Pathname) +require "chef/dist" class Chef module ChefFS @@ -50,7 +51,7 @@ class Chef option :chef_repo_path, long: "--chef-repo-path PATH", - description: "Overrides the location of chef repo. Default is specified by chef_repo_path in the config" + description: "Overrides the location of #{Chef::Dist::PRODUCT} repo. Default is specified by chef_repo_path in the config" option :concurrency, long: "--concurrency THREADS", |