dev-cmd/pr-upload: fix brew audit arguments.

I accidentally committed an earlier version for this.
This commit is contained in:
Mike McQuaid 2020-11-09 13:49:40 +00:00
parent 2ed5d80ff2
commit e62090a4f4
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -89,7 +89,7 @@ module Homebrew
# Check the bottle commits did not break `brew audit` # Check the bottle commits did not break `brew audit`
unless args.no_commit? unless args.no_commit?
audit_args = ["bottle", "--merge", "--write"] audit_args = ["audit", "--skip-style"]
audit_args << "--verbose" if args.verbose? audit_args << "--verbose" if args.verbose?
audit_args << "--debug" if args.debug? audit_args << "--debug" if args.debug?
safe_system HOMEBREW_BREW_FILE, *audit_args safe_system HOMEBREW_BREW_FILE, *audit_args