Print full tap path for all deprecated taps

Print full tap path for all deprecated taps found so that it can be copy-pasted as `brew untap` argument
This commit is contained in:
Yuta HIGUCHI 2019-02-21 00:06:57 +09:00 committed by GitHub
parent 46c854bbcf
commit 64f977158d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -611,7 +611,7 @@ module Homebrew
<<~EOS <<~EOS
You have the following deprecated, official taps tapped: You have the following deprecated, official taps tapped:
Homebrew/homebrew-#{tapped_deprecated_taps.join("\n ")} Homebrew/homebrew-#{tapped_deprecated_taps.join("\n Homebrew/homebrew-")}
Untap them with `brew untap`. Untap them with `brew untap`.
EOS EOS
end end