diff --git a/Library/Homebrew/compat/tap.rb b/Library/Homebrew/compat/tap.rb index 4230dcef7c..835b1ea48e 100644 --- a/Library/Homebrew/compat/tap.rb +++ b/Library/Homebrew/compat/tap.rb @@ -5,9 +5,6 @@ class Tap return unless user == "caskroom" - # TODO: Remove this check after migration. - return unless repo == "tap-migration-test" - new_user = "Homebrew" new_repo = (repo == "cask") ? repo : "cask-#{repo}"