Merge pull request #5775 from y-higuchi/deprecated-tap-path
Print full tap path for all deprecated taps found by brew doctor
This commit is contained in:
commit
4d68bee1be
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user