Skip to content

Commit 9db922a

Browse files
committed
bun fmt
1 parent 065489d commit 9db922a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

registry/ericpaulsen/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ This template provisions the following resources:
4848
- Kubernetes Deployment (ephemeral)
4949
- Kubernetes persistent volume claim (persistent on `/home/${username}`, where `${username}` is your Coder username)
5050

51-
This means, when the workspace restarts, any tools or files outside of the home directory are not persisted. To pre-bake tools into the workspace (e.g. `python3`), modify the container image. Alternatively, individual developers can [personalize](https://coder.com/docs/dotfiles) their workspaces with dotfiles.
51+
This means, when the workspace restarts, any tools or files outside of the home directory are not persisted. To pre-bake tools into the workspace (e.g. `python3`), modify the container image. Alternatively, individual developers can [personalize](https://coder.com/docs/dotfiles) their workspaces with dotfiles.

registry/ericpaulsen/templates/k8s-username.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ resource "kubernetes_deployment" "main" {
291291
# Switch to user and run agent
292292
exec sudo --preserve-env=CODER_AGENT_TOKEN -u ${lower(data.coder_workspace_owner.me.name)} sh -c '${coder_agent.main.init_script}'
293293
EOF
294-
]
294+
]
295295
env {
296296
name = "CODER_AGENT_TOKEN"
297297
value = coder_agent.main.token

0 commit comments

Comments
 (0)