diff options
author | John Keiser <jkeiser@chef.io> | 2015-04-09 11:01:05 -0700 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-06-26 16:38:31 -0400 |
commit | 8e8e14c1945c11109d06ca9e189dea74f7318ea9 (patch) | |
tree | 2e05ea64e15cbf045f92be224eb17a9c61a084a8 /lib | |
parent | 4e32e19f4b964c76042e290eec2850cc32790a2e (diff) | |
download | chef-8e8e14c1945c11109d06ca9e189dea74f7318ea9.tar.gz |
Missing require (require what you use).jk/missing_require
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/chef_fs/file_system/cookbook_dir.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/chef_fs/file_system/cookbook_dir.rb b/lib/chef/chef_fs/file_system/cookbook_dir.rb index 03652dc376..555f9aef0a 100644 --- a/lib/chef/chef_fs/file_system/cookbook_dir.rb +++ b/lib/chef/chef_fs/file_system/cookbook_dir.rb @@ -16,6 +16,7 @@ # limitations under the License. # +require 'chef/chef_fs/command_line' require 'chef/chef_fs/file_system/rest_list_dir' require 'chef/chef_fs/file_system/cookbook_subdir' require 'chef/chef_fs/file_system/cookbook_file' |