mirror of
https://github.com/gosticks/brew.git
synced 2026-08-19 16:10:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user