reinstall: perform rename migrations when needed.

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

View File

@ -15,6 +15,7 @@ module Homebrew
onoe "#{f.full_name} is pinned. You must unpin it to reinstall."
next
end
Migrator.migrate_if_needed(f)
reinstall_formula(f)
end
end