upgrade: perform rename migrations when needed.
This commit is contained in:
parent
61ebc128af
commit
90c6d5f40a
@ -88,6 +88,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
formulae_to_install.each do |f|
|
formulae_to_install.each do |f|
|
||||||
|
Migrator.migrate_if_needed(f)
|
||||||
upgrade_formula(f)
|
upgrade_formula(f)
|
||||||
next unless ARGV.include?("--cleanup")
|
next unless ARGV.include?("--cleanup")
|
||||||
next unless f.installed?
|
next unless f.installed?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user