Activate Homebrew-Cask tap migration.

This commit is contained in:
Markus Reiter 2018-05-21 22:57:32 +02:00
parent 67a1235487
commit 8895acf059

View File

@ -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}"