bump-formula-pr: pass --formula flag when auditing a bumped formula
This commit is contained in:
parent
24bbfffc61
commit
48bfdee708
@ -503,7 +503,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
def run_audit(formula, alias_rename, old_contents, args:)
|
def run_audit(formula, alias_rename, old_contents, args:)
|
||||||
audit_args = []
|
audit_args = ["--formula"]
|
||||||
audit_args << "--strict" if args.strict?
|
audit_args << "--strict" if args.strict?
|
||||||
audit_args << "--online" if args.online?
|
audit_args << "--online" if args.online?
|
||||||
if args.dry_run?
|
if args.dry_run?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user