From 939f22c268a047c3cd53b0bb401d10c07545bef6 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 12 Nov 2020 20:04:20 +0100 Subject: [PATCH] pr-upload: audit only changed formulae --- Library/Homebrew/dev-cmd/pr-upload.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/dev-cmd/pr-upload.rb b/Library/Homebrew/dev-cmd/pr-upload.rb index a7046c01ac..23ed9e9cef 100644 --- a/Library/Homebrew/dev-cmd/pr-upload.rb +++ b/Library/Homebrew/dev-cmd/pr-upload.rb @@ -92,6 +92,7 @@ module Homebrew audit_args = ["audit", "--skip-style"] audit_args << "--verbose" if args.verbose? audit_args << "--debug" if args.debug? + audit_args += bottles_hash.keys safe_system HOMEBREW_BREW_FILE, *audit_args end