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