mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
formula_auditor: clean up error wording
This commit is contained in:
parent
cbff83898e
commit
7c7a92e8fb
@ -310,7 +310,7 @@ module Homebrew
|
||||
if dep_f.deprecated? && !formula.deprecated? && !formula.disabled?
|
||||
problem <<~EOS
|
||||
Dependency '#{dep.name}' is deprecated but has un-deprecated dependents. Either
|
||||
un-deprecate '#{dep.name}' or deprecate all of its dependents.
|
||||
un-deprecate '#{dep.name}' or deprecate it and all of its dependents.
|
||||
EOS
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user