diff options
Diffstat (limited to 'lib/chef/knife/download.rb')
-rw-r--r-- | lib/chef/knife/download.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/chef/knife/download.rb b/lib/chef/knife/download.rb index a8178a9434..e8f26a74aa 100644 --- a/lib/chef/knife/download.rb +++ b/lib/chef/knife/download.rb @@ -1,12 +1,13 @@ require 'chef/chef_fs/knife' -require 'chef/chef_fs/command_line' class Chef class Knife class Download < Chef::ChefFS::Knife banner "knife download PATTERNS" - common_options + deps do + require 'chef/chef_fs/command_line' + end option :recurse, :long => '--[no-]recurse', |