diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b849b492..25c185ab 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,11 +8,11 @@ "golang.Go" ], "containerEnv": { - "TARGET": "example" + "TARGET": "/go/bin/example" }, "onCreateCommand": [ "sh", "-c", "cd example && go install ." ] -} +} \ No newline at end of file