Skip to content

Commit 4db5c0a

Browse files
Attempt to fix: file not found on brew install
`brew install` -> No such file or directory - devcontainer-cli Looks like it picks up the name of the binary from the repo and it should be `devcontainer` not `devcontainer-cli`
1 parent 404d6fa commit 4db5c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ brews:
2525
owner: stuartleeks
2626
name: homebrew-tap
2727
folder: Formula
28+
name: devcontainer
2829
homepage: https://github.com/stuartleeks/devcontainer-cli
2930
description: CLI for working with Visual Studio Code devcontainers
3031
test: |

0 commit comments

Comments
 (0)