Skip to content

Commit 8750c68

Browse files
authored
Merge pull request #38 from lawrencegripper/lg/fixbrew
Bug: brew looks for incorrect binary
2 parents ce54e0f + c44f534 commit 8750c68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ brews:
2727
folder: Formula
2828
name: devcontainer
2929
homepage: https://github.com/stuartleeks/devcontainer-cli
30-
description: CLI for working with Visual Studio Code devcontainers
30+
description: CLI for working with Visual Studio Code devcontainers
31+
install: |
32+
bin.install "devcontainer"
3133
test: |
3234
system "#{bin}/devcontainer --version"
3335

0 commit comments

Comments
 (0)