Skip to content

Commit

Permalink
Merge pull request Homebrew#16655 from rrthomas/patch-1
Browse files Browse the repository at this point in the history
Fix syntax of `brew audit` call
  • Loading branch information
ZhongRuoyu authored Feb 13, 2024
2 parents 1c4b06f + bc90f94 commit 3a437ae
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 3a437ae

Please sign in to comment.