mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update Library/Homebrew/upgrade.rb
Co-authored-by: Carlo Cabrera <github@carlo.cab>
This commit is contained in:
parent
006d3779f3
commit
a6aad3d12f
@ -375,7 +375,7 @@ module Homebrew
|
|||||||
puts formulae_upgrades.join(", ")
|
puts formulae_upgrades.join(", ")
|
||||||
end
|
end
|
||||||
|
|
||||||
upgradeable = upgradeable.reject { |f| FormulaInstaller.installed.to_a.include?(f) }
|
upgradeable.reject! { |f| FormulaInstaller.installed.include?(f) }
|
||||||
|
|
||||||
return if upgradeable.blank?
|
return if upgradeable.blank?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user