diagnostic: improve deleted message.

Raised in #9036.
This commit is contained in:
Mike McQuaid 2020-11-04 10:19:52 +00:00
parent b2ea420e7a
commit 7e2b228460
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

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