diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index 6f568f7d21..91212115a6 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -930,9 +930,6 @@ fi if [[ -n "${HOMEBREW_SORBET_RUNTIME}" ]] then NO_SORBET_RUNTIME_COMMANDS=( - generate-cask-api - generate-formula-api - release ) if check-array-membership "${HOMEBREW_COMMAND}" "${NO_SORBET_RUNTIME_COMMANDS[@]}"