From 9ee4426cf94c6bee29d746cddfc9edfd2016176e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 15 Sep 2016 09:19:36 +0100 Subject: [PATCH] utils: link_src_dst_dirs: paths not files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This can ask for you to remove directories (e.g. `/usr/local/share/homebrew`) so don’t call this files to avoid confusion. --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 47251a7d61..543b57e19d 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