From 283706e72af96ccfa44b0acc2ca4ab356cd8ebac Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 1 Sep 2016 20:53:25 +0100 Subject: utils: fix link_path_manpages message indentation. Otherwise looks weird with multiple items. --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') 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 -- cgit v1.2.3