Skip to content

Commit

Permalink
Merge pull request #992 from Homebrew/new_formula_deprecation
Browse files Browse the repository at this point in the history
tests/formulae: use `--new` flag.
  • Loading branch information
MikeMcQuaid authored Dec 11, 2023
2 parents 0954fa3 + e3d578d commit e8f2a0b
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 e8f2a0b

Please sign in to comment.