Update Library/Homebrew/brew.sh

This commit is contained in:
Mike McQuaid 2023-07-21 11:46:04 +01:00 committed by GitHub
parent 0ae98a8a09
commit cf65176853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[@]}"