From 5b8fed8bee946223b45c09770620e52c41287323 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 26 Oct 2024 14:07:04 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Remove=20install=20and=20enhance?= =?UTF-8?q?=20audit=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/bottle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/bottle b/script/bottle index 1a092a0..78fb28c 100755 --- a/script/bottle +++ b/script/bottle @@ -96,9 +96,8 @@ OLD_FILENAME="mas--${MAS_VERSION}.${CURRENT_PLATFORM}.bottle.tar.gz" # brew update # Audit formula -brew install mas-cli/tap/mas brew list mas-cli/tap/mas -brew audit --strict mas-cli/tap/mas +brew audit --strict --verbose --formula --tap mas-cli/tap mas brew style mas-cli/tap/mas ################################################################################