Activate Homebrew-Cask tap migration.
This commit is contained in:
parent
67a1235487
commit
8895acf059
@ -5,9 +5,6 @@ class Tap
|
|||||||
|
|
||||||
return unless user == "caskroom"
|
return unless user == "caskroom"
|
||||||
|
|
||||||
# TODO: Remove this check after migration.
|
|
||||||
return unless repo == "tap-migration-test"
|
|
||||||
|
|
||||||
new_user = "Homebrew"
|
new_user = "Homebrew"
|
||||||
new_repo = (repo == "cask") ? repo : "cask-#{repo}"
|
new_repo = (repo == "cask") ? repo : "cask-#{repo}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user