Skip to content
Snippets Groups Projects
Unverified Commit 015bdf4b authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

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

dev-cmd/pr-upload: fix brew audit arguments.
parents 2ed5d80f e62090a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment