Tweak warning message wording

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Carlo Cabrera 2021-11-29 20:42:41 +08:00 committed by GitHub
parent 4b36a0eee5
commit b30d821a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,7 +285,7 @@ module Homebrew
if skipped_dependents.present?
opoo <<~EOS
The following dependents of upgraded formulae are outdated but will not
be upgraded:
be upgraded because they are not bottled:
#{skipped_dependents * "\n "}
EOS
end