From e3d578d767955e81bc55340a2e35a7ec003d283d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 11 Dec 2023 19:32:48 +0000 Subject: [PATCH] tests/formulae: use `--new` flag. `--new-formula` was deprecated in https://github.com/Homebrew/brew/pull/16306 --- lib/tests/formulae.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/formulae.rb b/lib/tests/formulae.rb index 1832bf9a..5532e3e3 100644 --- a/lib/tests/formulae.rb +++ b/lib/tests/formulae.rb @@ -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