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:
parent
46c854bbcf
commit
64f977158d
@ -611,7 +611,7 @@ module Homebrew
|
||||
|
||||
<<~EOS
|
||||
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`.
|
||||
EOS
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user