summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-12 13:09:23 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-12 13:09:23 -0800
commit23e71b551db1908603345ff196e0dddeff01ba4f (patch)
treea3a82df6fbdd50c9d98d37f73c517947df1c87d4
parent8a92ca64c1b19c1c759ff2afd9fc9c1ae1a6b63c (diff)
downloadchef-23e71b551db1908603345ff196e0dddeff01ba4f.tar.gz
might be singular
-rw-r--r--lib/chef/cookbook_loader.rb2
1 files changed, 1 insertions, 1 deletions
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