Skip to content

Commit

Permalink
Fix test rule
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <[email protected]>
  • Loading branch information
teran committed Nov 4, 2019
1 parent eab8cad commit d694c97
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 @@ -13,7 +13,7 @@ brews:
homepage: "https://github.com/teran/checksum"
description: "SHA256 file verification for consistency check purposes"
test: |
system "#{bin}/checksum -version"
system "#{bin}/checksum --version"
install: |
bin.install "checksum"
builds:
Expand Down

0 comments on commit d694c97

Please sign in to comment.