aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb
index ba920d005..826f31bbd 100644
--- a/Library/Homebrew/cmd/info.rb
+++ b/Library/Homebrew/cmd/info.rb
@@ -130,7 +130,7 @@ module Homebrew
unless conflicts.empty?
puts <<-EOS.undent
Conflicts with:
- #{conflicts.join(" \n")}
+ #{conflicts.join("\n ")}
EOS
end