aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/info.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/info.rb')
-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 6ee24a7fa..83bb712ab 100644
--- a/Library/Homebrew/cmd/info.rb
+++ b/Library/Homebrew/cmd/info.rb
@@ -128,7 +128,7 @@ module Homebrew
"#{c.name}#{reason}"
end.sort!
unless conflicts.empty?
- puts <<-EOS.undent
+ puts <<~EOS
Conflicts with:
#{conflicts.join("\n ")}
EOS