🔨 Revert core formula after testing

This commit is contained in:
Ben Chatelain 2024-03-10 12:22:15 -06:00
parent b6fa1c8a12
commit 9a094b1684
No known key found for this signature in database

View file

@ -118,7 +118,7 @@ brew update
# Build the formula for the current macOS version and architecture.
#
# Update mas formula in core
# Update mas formula in core (temporary)
cp -v "${LOCAL_MAS_FORMULA_PATH}" "${CORE_MAS_FORMULA_PATH}"
# Install mas from source
@ -135,6 +135,12 @@ HOMEBREW_NO_INSTALL_FROM_API=1 \
brew audit --strict mas
brew style mas
# Revert core formula change after testing
pushd "${CORE_TAP_PATH}"
git diff
git checkout .
popd
################################################################################
#
# Update Homebrew