summaryrefslogtreecommitdiff
path: root/lib/chef/resource_collection/resource_set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource_collection/resource_set.rb')
-rw-r--r--lib/chef/resource_collection/resource_set.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource_collection/resource_set.rb b/lib/chef/resource_collection/resource_set.rb
index 62c18d07b0..b1c980dbc1 100644
--- a/lib/chef/resource_collection/resource_set.rb
+++ b/lib/chef/resource_collection/resource_set.rb
@@ -127,10 +127,10 @@ class Chef
true
when String
raise Chef::Exceptions::InvalidResourceSpecification,
- "The string `#{query_object}' is not valid for resource collection lookup. Correct syntax is `resource_type[resource_name]'"
+ "The string `#{query_object}' is not valid for resource collection lookup. Correct syntax is `resource_type[resource_name]'"
else
raise Chef::Exceptions::InvalidResourceSpecification,
- "The object `#{query_object.inspect}' is not valid for resource collection lookup. " +
+ "The object `#{query_object.inspect}' is not valid for resource collection lookup. " +
"Use a String like `resource_type[resource_name]' or a Chef::Resource object"
end
end