Merge pull request #9046 from MikeMcQuaid/diagnostic-deleted-tweaks

diagnostic: improve deleted message.
This commit is contained in:
Mike McQuaid 2020-11-04 11:27:11 +00:00 committed by GitHub
commit 18e19df9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -851,7 +851,8 @@ module Homebrew
return if deleted_formulae.blank?
<<~EOS
Some installed formulae were deleted!
Some installed kegs have no formulae!
This means they were either deleted or installed with `brew diy`.
You should find replacements for the following formulae:
#{deleted_formulae.join("\n ")}
EOS