summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Magnus Rakvåg <tm@intility.no>2017-08-07 16:31:42 +0200
committerTor Magnus Rakvåg <tm@intility.no>2017-08-07 16:31:56 +0200
commit7176a41258d5eb941ce3226c4b140dd7aeec8887 (patch)
tree3e74670e1f1783ed3ee3e4973aa65d0302ad9aad
parenta01443cd55da0343eec924fa61f45e818335cd21 (diff)
downloadchef-7176a41258d5eb941ce3226c4b140dd7aeec8887.tar.gz
grammar
Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
-rw-r--r--lib/chef/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index 68bcdf9eb5..5b470f574e 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -515,7 +515,7 @@ This error is most often caused by network issues (proxies, etc) outside of chef
"Resource #{r['Name']} is a binary resource"
end
end
- super "Found multiple matching resources of #{matches_info[0]["Module"]["Name"]}:\n#{(matches_info.map { |f| f["Module"]["Version"] }).uniq.join("\n")}"
+ super "Found multiple resources matching #{matches_info[0]["Module"]["Name"]}:\n#{(matches_info.map { |f| f["Module"]["Version"] }).uniq.join("\n")}"
end
end