diff options
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index ccf2d9a9aa..f8c284064e 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -153,7 +153,7 @@ class Chef if self.configuration[:chef_repo_path] derive_path_from_chef_repo_path('cookbooks') else - Array(derive_path_from_chef_repo_path('cookbooks')).flatten + + Array(derive_path_from_chef_repo_path('cookbooks')).flatten + Array(derive_path_from_chef_repo_path('site-cookbooks')).flatten end end |