Merge pull request #8998 from muneebmahmed/dependent-check
Refresh installed list before dependency check
This commit is contained in:
commit
8f5988f21d
@ -186,6 +186,9 @@ module Homebrew
|
||||
|
||||
upgrade_formulae(upgradeable_dependents, args: args)
|
||||
|
||||
# Refresh installed formulae after upgrading
|
||||
installed_formulae = FormulaInstaller.installed.to_a
|
||||
|
||||
# Assess the dependents tree again now we've upgraded.
|
||||
oh1 "Checking for dependents of upgraded formulae..." unless args.dry_run?
|
||||
broken_dependents = check_broken_dependents(installed_formulae)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user