From 635898dd1887312da437e11e0817cece9984a885 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 26 Oct 2024 14:23:10 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Change=20style=20to=20use=20file?= =?UTF-8?q?=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed brew list command as that only works with installed formulae --- script/bottle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/bottle b/script/bottle index 78fb28c..7ea57fa 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 list mas-cli/tap/mas brew audit --strict --verbose --formula --tap mas-cli/tap mas -brew style mas-cli/tap/mas +brew style Homebrew/mas-tap.rb ################################################################################ #