summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/cookbook_collection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/cookbook/cookbook_collection.rb')
-rw-r--r--lib/chef/cookbook/cookbook_collection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook/cookbook_collection.rb b/lib/chef/cookbook/cookbook_collection.rb
index 81e7bb92b4..853657fb38 100644
--- a/lib/chef/cookbook/cookbook_collection.rb
+++ b/lib/chef/cookbook/cookbook_collection.rb
@@ -36,7 +36,7 @@ class Chef
def initialize(cookbook_versions = {})
super() do |hash, key|
raise Chef::Exceptions::CookbookNotFound, "Cookbook #{key} not found. " <<
- "If you're loading #{key} from another cookbook, make sure you configure the dependency in your metadata"
+ "If you're loading #{key} from another cookbook, make sure you configure the dependency in your metadata"
end
cookbook_versions.each { |cookbook_name, cookbook_version| self[cookbook_name] = cookbook_version }
end