Skip to content

Commit

Permalink
tests/formulae: use --new flag.
Browse files Browse the repository at this point in the history
`--new-formula` was deprecated in
Homebrew/brew#16306
  • Loading branch information
MikeMcQuaid committed Dec 11, 2023
1 parent 0954fa3 commit e3d578d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/formulae.rb
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def formula!(formula_name, args:)
audit_args = [formula_name]
audit_args << "--online" unless skip_online_checks
if new_formula
audit_args << "--new-formula"
audit_args << "--new"
else
audit_args << "--git" << "--skip-style"
end
Expand Down

0 comments on commit e3d578d

Please sign in to comment.