From b6fa1c8a123c608393eb0a829abf11ee63a4d653 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 10 Mar 2024 11:49:14 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Validate=20core=20formula?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit instead of tap --- script/brew_formula_update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/brew_formula_update b/script/brew_formula_update index dceca31..ed83129 100755 --- a/script/brew_formula_update +++ b/script/brew_formula_update @@ -132,8 +132,8 @@ HOMEBREW_NO_INSTALL_FROM_API=1 \ --verbose # Audit formula -brew audit --strict mas-cli/tap/mas -brew style mas-cli/tap/mas +brew audit --strict mas +brew style mas ################################################################################ #