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:
Mike McQuaid 2019-02-20 16:37:10 +00:00 committed by GitHub
commit 4d68bee1be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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