Remove mentions of nonexistent command brew diy

The output of `brew doctor` can mention a command `brew diy`, which no
longer exists.
This commit is contained in:
Alex Balgavy 2022-05-02 21:14:34 +02:00 committed by EricFromCanada
parent 14ff6be6d0
commit b886b2d1f7
No known key found for this signature in database
GPG Key ID: 179D9CDDDB814168
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ module Homebrew
formula = begin
keg.to_formula
rescue FormulaUnavailableError
# Not all kegs may belong to formulae e.g. with `brew diy`
# Not all kegs may belong to formulae
nil
end

View File

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