Skip to content

Commit c6566fc

Browse files
Undo changes to devbox.json
1 parent fd24c6d commit c6566fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

devbox.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"init_hook": [
3232
"export GOBIN=$(git rev-parse --show-toplevel)/bin",
3333
"export PATH=$GOBIN:$PATH",
34-
"go install sigs.k8s.io/[email protected]",
35-
"eval \"$(task --completion zsh)\""
34+
"go install sigs.k8s.io/[email protected]"
3635
],
3736
"scripts": {
3837
"test": ["echo \"Error: no test specified\" && exit 1"]

0 commit comments

Comments
 (0)