Skip to content

Commit

Permalink
Merge pull request #1046 from Homebrew/skip-new-strict
Browse files Browse the repository at this point in the history
formulae: fix CLI arg name
  • Loading branch information
ZhongRuoyu committed Apr 28, 2024
2 parents 390f6b1 + 1353979 commit a627658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/formulae.rb
Expand Up @@ -434,7 +434,7 @@ def formula!(formula_name, args:)
if new_formula
if !args.skip_new?
audit_args << "--new"
elsif !args.skip_strict?
elsif !args.skip_new_strict?
audit_args << "--strict"
end
else
Expand Down

0 comments on commit a627658

Please sign in to comment.