Change outdated message

This commit is contained in:
Connor Mann 2021-06-14 11:43:44 -04:00
parent c1ad3d09b8
commit f0601e91bc
No known key found for this signature in database
GPG Key ID: 5886083015754F6F

View File

@ -254,7 +254,7 @@ module Homebrew
version_upgrade = "#{f.linked_version} -> #{f.pkg_version}"
oh1 <<~EOS
#{f.name} #{f.linked_version} is installed and outdated
#{f.name} #{f.linked_version} is installed but outdated
Upgrading #{Formatter.identifier(f.name)} #{version_upgrade}
EOS
outdated_kegs = outdated_formulae.map(&:linked_keg).select(&:directory?).map { |k| Keg.new(k.resolved_path) }