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:
parent
ba7e146eef
commit
0232610381
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
OFFICIAL_CASK_TAPS = %w[
|
OFFICIAL_CASK_TAPS = %w[
|
||||||
cask
|
cask
|
||||||
versions
|
cask-versions
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
OFFICIAL_CMD_TAPS = {
|
OFFICIAL_CMD_TAPS = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user