We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce114a7 commit dbc422fCopy full SHA for dbc422f
examples/templates/devcontainer-kubernetes/main.tf
@@ -56,7 +56,7 @@ resource "coder_agent" "main" {
56
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0
57
/tmp/code-server/bin/code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
58
EOT
59
- dir = "/worskpaces"
+ dir = "/workspaces"
60
61
# These environment variables allow you to make Git commits right away after creating a
62
# workspace. Note that they take precedence over configuration defined in ~/.gitconfig!
0 commit comments