Merge pull request #9090 from MikeMcQuaid/pr-upload-audit-fix

dev-cmd/pr-upload: fix brew audit arguments.
This commit is contained in:
Mike McQuaid 2020-11-09 14:18:34 +00:00 committed by GitHub
commit 015bdf4b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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