From 23e71b551db1908603345ff196e0dddeff01ba4f Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 12 Feb 2016 13:09:23 -0800 Subject: might be singular --- lib/chef/cookbook_loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/cookbook_loader.rb') diff --git a/lib/chef/cookbook_loader.rb b/lib/chef/cookbook_loader.rb index 977c65211a..4668521817 100644 --- a/lib/chef/cookbook_loader.rb +++ b/lib/chef/cookbook_loader.rb @@ -68,7 +68,7 @@ class Chef def warn_about_cookbook_shadowing unless merged_cookbooks.empty? - Chef::Log.deprecation "The cookbooks: #{merged_cookbooks.join(', ')} exist in multiple places in your cookbook_path. " + + Chef::Log.deprecation "The cookbook(s): #{merged_cookbooks.join(', ')} exist in multiple places in your cookbook_path. " + "A composite version has been compiled. In a future version of Chef this behavior will be removed." end end -- cgit v1.2.1