From 023261038192a4f55c95a4d2486873ec1c9a728a Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 3 Aug 2022 11:19:23 +0100 Subject: [PATCH] official_taps: Refer to`Homebrew/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. --- Library/Homebrew/official_taps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/official_taps.rb b/Library/Homebrew/official_taps.rb index 8e574a3747..53fb779b2c 100644 --- a/Library/Homebrew/official_taps.rb +++ b/Library/Homebrew/official_taps.rb @@ -3,7 +3,7 @@ OFFICIAL_CASK_TAPS = %w[ cask - versions + cask-versions ].freeze OFFICIAL_CMD_TAPS = {