From bb2ec1f07af747c69f2fd1e5b70c41b35fb069e6 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 13:18:27 +0000 Subject: Prefer single-quoted strings inside interpolations. --- lib/custodian/protocoltest/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/protocoltest/http.rb') 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 -- cgit v1.2.1