Skip to content

Commit

Permalink
Merge pull request #1009 from carapace-sh/devcontainer-fix-env
Browse files Browse the repository at this point in the history
devcontainer: fix env
  • Loading branch information
rsteube authored Mar 12, 2024
2 parents b7a3b03 + 8e2acce commit c303e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"golang.Go"
],
"containerEnv": {
"TARGET": "example"
"TARGET": "/go/bin/example"
},
"onCreateCommand": [
"sh",
"-c",
"cd example && go install ."
]
}
}

0 comments on commit c303e65

Please sign in to comment.