Skip to content

Commit db39fcc

Browse files
committed
Fix Homebrew formula installation command to use correct binary name
1 parent dfeebd5 commit db39fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ brews:
5757
test: |
5858
system "#{bin}/hidedot --help"
5959
install: |
60-
bin.install "hidedot"
60+
bin.install "hideDot" => "hidedot"
6161
6262
release:
6363
footer: >-

0 commit comments

Comments
 (0)