Skip to content
Snippets Groups Projects
Commit 9ee4426c authored by Mike McQuaid's avatar Mike McQuaid
Browse files

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.
parent 09929516
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment