aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-09-01 20:53:25 +0100
committerMike McQuaid2016-09-01 20:53:25 +0100
commit283706e72af96ccfa44b0acc2ca4ab356cd8ebac (patch)
treeb5cd8b8e39c2ed255d3fcd1ae41079a0465417bb
parenta607a837490735951087a69ccad18c60b4747921 (diff)
downloadbrew-283706e72af96ccfa44b0acc2ca4ab356cd8ebac.tar.bz2
utils: fix link_path_manpages message indentation.
Otherwise looks weird with multiple items.
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index c1e26af6d..870f2e117 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -615,7 +615,7 @@ def link_path_manpages(path, command)
unless conflicts.empty?
onoe <<-EOS.undent
Could not link #{name} manpages to:
- #{conflicts.join("\n")}
+ #{conflicts.join("\n")}
Please delete these files and run `#{command}`.
EOS