Merge pull request #851 from MikeMcQuaid/conflicts-manpages-indentation

utils: fix link_path_manpages message indentation.
This commit is contained in:
Mike McQuaid 2016-09-02 07:43:04 +01:00 committed by GitHub
commit b2cbe04795

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