aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-15 10:10:08 +0100
committerGitHub2016-09-15 10:10:08 +0100
commite02962f84e42c37df328d42bebb0092fe8edf239 (patch)
treef3dc956b2243736af5758b215abb7ee1b0a09cf8 /Library
parent281815628041b70a3ed4be6710ad7fea0de5f770 (diff)
parent9ee4426cf94c6bee29d746cddfc9edfd2016176e (diff)
downloadbrew-e02962f84e42c37df328d42bebb0092fe8edf239.tar.bz2
Merge pull request #968 from MikeMcQuaid/utils-link-paths
utils: link_src_dst_dirs: paths not files.
Diffstat (limited to 'Library')
-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