Skip to content
Snippets Groups Projects
Unverified Commit e62090a4 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

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

I accidentally committed an earlier version for this.
parent 2ed5d80f
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