Skip to content

Commit dbc422f

Browse files
authored
fix: devcontainer template workspace directory (coder#8530)
1 parent ce114a7 commit dbc422f

File tree

1 file changed

+1
-1
lines changed
  • examples/templates/devcontainer-kubernetes

1 file changed

+1
-1
lines changed

examples/templates/devcontainer-kubernetes/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource "coder_agent" "main" {
5656
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0
5757
/tmp/code-server/bin/code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
5858
EOT
59-
dir = "/worskpaces"
59+
dir = "/workspaces"
6060

6161
# These environment variables allow you to make Git commits right away after creating a
6262
# workspace. Note that they take precedence over configuration defined in ~/.gitconfig!

0 commit comments

Comments
 (0)