aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-09-15 09:19:36 +0100
committerMike McQuaid2016-09-15 09:19:36 +0100
commit9ee4426cf94c6bee29d746cddfc9edfd2016176e (patch)
treee4e204ef90e2e2cb46efd8cadc0f7e083f006790
parent099295163412b19470c500406738c50c2fb2fc8f (diff)
downloadbrew-9ee4426cf94c6bee29d746cddfc9edfd2016176e.tar.bz2
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.
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index 47251a7d6..543b57e19 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -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