utils: fix link_path_manpages message indentation.

Otherwise looks weird with multiple items.
This commit is contained in:
Mike McQuaid 2016-09-01 20:53:25 +01:00
parent a607a83749
commit 283706e72a

View File

@ -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