Skip to content

Commit 8cc3a63

Browse files
committed
Fix run check for brew
1 parent 11183e5 commit 8cc3a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ brews:
6161
folder: Formula
6262
install: bin.install "gomodctl"
6363
test: |
64-
system "#{bin/gomodctl info gomock}"
64+
system "#{bin/gomodctl}"

0 commit comments

Comments
 (0)