summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/http.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:18:27 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:18:27 +0000
commitbb2ec1f07af747c69f2fd1e5b70c41b35fb069e6 (patch)
treef53779af0bda74824c01ee2be75f0dd144c5a467 /lib/custodian/protocoltest/http.rb
parente950dc3c5163f1305deffede93e77209e90ecacb (diff)
Prefer single-quoted strings inside interpolations.
Diffstat (limited to 'lib/custodian/protocoltest/http.rb')
-rw-r--r--lib/custodian/protocoltest/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/http.rb b/lib/custodian/protocoltest/http.rb
index 665e789..c43aee3 100644
--- a/lib/custodian/protocoltest/http.rb
+++ b/lib/custodian/protocoltest/http.rb
@@ -317,7 +317,7 @@ module Custodian
# uh-oh! Resolution failed on both protocols!
if resolution_errors.length > 1
- errors << "Hostname did not resolve for #{resolution_errors.join(", ")}"
+ errors << "Hostname did not resolve for #{resolution_errors.join(', ')}"
end
if errors.length > 0