diff --git a/Library/Homebrew/dev-cmd/pr-upload.rb b/Library/Homebrew/dev-cmd/pr-upload.rb index 99ccbab2630ac3598c08b6fae5a64cbc768f0050..a7046c01aceb9ba9fff695530eebe36395d03090 100644 --- a/Library/Homebrew/dev-cmd/pr-upload.rb +++ b/Library/Homebrew/dev-cmd/pr-upload.rb @@ -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