summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb')
-rw-r--r--lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb b/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb
index 020f8510b7..05f1330f75 100644
--- a/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb
+++ b/lib/chef/chef_fs/file_system/chef_server/cookbook_artifacts_dir.rb
@@ -33,7 +33,6 @@ class Chef
# - mysql-1a2b9e1298734dfe90444
#
class CookbookArtifactsDir < CookbooksDir
-
def make_child_entry(name)
result = @children.select { |child| child.name == name }.first if @children
result || CookbookArtifactDir.new(name, self)