upgrade: perform rename migrations when needed.

This commit is contained in:
Mike McQuaid 2017-03-29 11:25:37 +01:00
parent 61ebc128af
commit 90c6d5f40a

View File

@ -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?