diff --git a/developer/bin/casks-without-zap b/developer/bin/casks-without-zap index c1df925121..d8301761d9 100755 --- a/developer/bin/casks-without-zap +++ b/developer/bin/casks-without-zap @@ -14,7 +14,7 @@ at_exit { TMP_DIR.rmtree } # Constants ONLINE_ISSUE = "https://github.com/Homebrew/homebrew-cask/issues/88469" -CASK_REPOS = %w[homebrew-cask homebrew-cask-versions homebrew-cask-drivers].freeze +CASK_REPOS = %w[homebrew-cask homebrew-cask-versions].freeze CASK_JSON_URL = "https://formulae.brew.sh/api/analytics/cask-install/365d.json" # Download the file and save it to the specified directory