aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/similarity_detector.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/similarity_detector.rb')
-rw-r--r--lib/bundler/similarity_detector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/similarity_detector.rb b/lib/bundler/similarity_detector.rb
index 66f1044c..32c3d7f7 100644
--- a/lib/bundler/similarity_detector.rb
+++ b/lib/bundler/similarity_detector.rb
@@ -20,7 +20,7 @@ module Bundler
if words.length==1
words[0]
elsif words.length>1
- [words[0..-2].join(', '), words[-1]].join(' or ')
+ [words[0..-2].join(", "), words[-1]].join(" or ")
end
end