official_taps: Refer toHomebrew/homebrew-cask-versions properly

- This is needed for https://github.com/Homebrew/brew/pull/13603 because `Homebrew/homebrew-versions` is deprecated (legitimately), but `OFFICIAL_CASK_TAPS` spits out `versions` as a repo, which could then be interpreted as `Homebrew/versions` rather than `Homebrew/cask-versions` which it actually is.
This commit is contained in:
Issy Long 2022-08-03 11:19:23 +01:00 committed by GitHub
parent ba7e146eef
commit 0232610381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
OFFICIAL_CASK_TAPS = %w[
cask
versions
cask-versions
].freeze
OFFICIAL_CMD_TAPS = {