dev-cmd/pr-upload: fix brew audit arguments.
I accidentally committed an earlier version for this.
This commit is contained in:
parent
2ed5d80ff2
commit
e62090a4f4
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user