Merge pull request #6713 from papz/master

'upradable' typo for 'upgradeable_dependents'
This commit is contained in:
Steven Peters 2019-11-07 09:11:56 -08:00 committed by GitHub
commit e2c76cce8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,7 +249,7 @@ module Homebrew
ohai "No outdated dependents to upgrade!"
else
plural = "dependent".pluralize(upgradeable_dependents.count)
ohai "Upgrading #{upgradable.count} #{plural}:"
ohai "Upgrading #{upgradeable_dependents.count} #{plural}:"
formulae_upgrades = upgradeable_dependents.map do |f|
name = f.full_specified_name
if f.optlinked?