utils: link_src_dst_dirs: paths not files.

This can ask for you to remove directories (e.g.
`/usr/local/share/homebrew`) so don’t call this files to avoid
confusion.
This commit is contained in:
Mike McQuaid
2016-09-15 09:19:36 +01:00
parent 0992951634
commit 9ee4426cf9
+1 -1
View File
@@ -612,7 +612,7 @@ def link_src_dst_dirs(src_dir, dst_dir, command, link_dir: false)
Could not link:
#{conflicts.join("\n")}
Please delete these files and run `#{command}`.
Please delete these paths and run `#{command}`.
EOS
end
end