formula_auditor: clean up error wording

This commit is contained in:
Carlo Cabrera 2022-07-29 20:10:05 +08:00
parent cbff83898e
commit 7c7a92e8fb
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -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