summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@chef.io>2015-04-09 11:01:05 -0700
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-06-26 16:38:31 -0400
commit8e8e14c1945c11109d06ca9e189dea74f7318ea9 (patch)
tree2e05ea64e15cbf045f92be224eb17a9c61a084a8
parent4e32e19f4b964c76042e290eec2850cc32790a2e (diff)
downloadchef-jk/missing_require.tar.gz
Missing require (require what you use).jk/missing_require
-rw-r--r--lib/chef/chef_fs/file_system/cookbook_dir.rb1
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'