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:
parent
14ff6be6d0
commit
b886b2d1f7
@ -84,7 +84,7 @@ module Homebrew
|
|||||||
formula = begin
|
formula = begin
|
||||||
keg.to_formula
|
keg.to_formula
|
||||||
rescue FormulaUnavailableError
|
rescue FormulaUnavailableError
|
||||||
# Not all kegs may belong to formulae e.g. with `brew diy`
|
# Not all kegs may belong to formulae
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@ -900,7 +900,7 @@ module Homebrew
|
|||||||
|
|
||||||
<<~EOS
|
<<~EOS
|
||||||
Some installed kegs have no formulae!
|
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:
|
You should find replacements for the following formulae:
|
||||||
#{deleted_formulae.join("\n ")}
|
#{deleted_formulae.join("\n ")}
|
||||||
EOS
|
EOS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user