Skip to content

Commit

Permalink
Fix syntax of brew audit call
Browse files Browse the repository at this point in the history
`--new-formula` is now simply `--new`.
  • Loading branch information
rrthomas authored Feb 13, 2024
1 parent 1c4b06f commit bc90f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Adding-Software-to-Homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you're stuck, ask for help on GitHub or the [Homebrew discussion forum](https

### Testing and auditing the formula

1. Run `brew audit --strict --new-formula --online <formula>` with your formula. If any errors occur, correct your formula and run the audit again. The audit should finish without any errors by the end of this step.
1. Run `brew audit --strict --new --online <formula>` with your formula. If any errors occur, correct your formula and run the audit again. The audit should finish without any errors by the end of this step.

1. Run your formula's test using `brew test <formula>`. The test should finish without any errors.

Expand Down

0 comments on commit bc90f94

Please sign in to comment.