summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-18 09:07:13 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-18 09:09:35 -0800
commit5976d21c1d68403301b6ca4345aca07071c63812 (patch)
tree6c94e4c86276c998b68b8c352ca1be0b69f670a1 /lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb
parentca084429991a141127c80e9d2a08cb1bb68585c4 (diff)
downloadchef-5976d21c1d68403301b6ca4345aca07071c63812.tar.gz
another chefstyle catchup + pull masterlcg/chefstyle-catchup2
bunch of merges over the weekend need re-fixing again. seems like pointing at master of chefstyle is probably a good idea to start making people fix their code before merging.
Diffstat (limited to 'lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb')
-rw-r--r--lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb
index a3a3dfc6b9..df06f6d2e8 100644
--- a/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb
+++ b/lib/chef/chef_fs/file_system/repository/chef_repository_file_system_root_dir.rb
@@ -170,7 +170,7 @@ class Chef
else
dirs = paths.map { |path| ChefRepositoryFileSystemCookbooksDir.new(name, self, path) }
end
- when 'cookbook_artifacts'
+ when "cookbook_artifacts"
dirs = paths.map { |path| ChefRepositoryFileSystemCookbookArtifactsDir.new(name, self, path) }
when "policies"
dirs = paths.map { |path| ChefRepositoryFileSystemPoliciesDir.new(name, self, path) }