Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 046578c

Browse files
Merge pull request #187 from secrethub/fix/brew-install
Explicitly set brew install field
2 parents d97fe37 + 70deeed commit 046578c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ brews:
6060
owner: secrethub
6161
name: homebrew-tools
6262
folder: Formula
63-
63+
install: |
64+
bin.install "bin/secrethub"
6465
homepage: https://secrethub.io
6566
description: Command-line interface for SecretHub
6667

0 commit comments

Comments
 (0)