update-report: migrate everyone to new repository.

Also migrate people without `HOMEBREW_DEVELOPER` set to the new
location.
This commit is contained in:
Mike McQuaid 2016-09-18 15:44:06 +01:00
parent e20467971e
commit 72d0154454

View File

@ -175,7 +175,6 @@ module Homebrew
def migrate_legacy_repository_if_necessary
return unless HOMEBREW_PREFIX.to_s == "/usr/local"
return unless HOMEBREW_REPOSITORY.to_s == "/usr/local"
return unless ARGV.homebrew_developer?
ohai "Migrating HOMEBREW_REPOSITORY (please wait)..."