Skip to content

Commit

Permalink
Fix test command for tap
Browse files Browse the repository at this point in the history
Use version subcommand for command test.
  • Loading branch information
HeavyWombat committed Feb 18, 2021
1 parent 3280f52 commit 93af2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ brews:
license: "MIT"
skip_upload: false
test: |
system "#{bin}/build-load --version"
system "#{bin}/build-load version"

0 comments on commit 93af2f5

Please sign in to comment.