mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🔨 Change style to use file path
Removed brew list command as that only works with installed formulae
This commit is contained in:
parent
a1a9a9d441
commit
635898dd18
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue