Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 000e1a5

Browse files
Fixed env block in Emacs IDE docs (#3534)
1 parent a872330 commit 000e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ides/emacs-tramp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To fix this:
4242
4343
resource "coder_agent" "main" {
4444
# ...
45-
env {
45+
env = {
4646
name = "CODER_WORKSPACE_NAME"
4747
value = data.coder_workspace.me.name
4848
}

0 commit comments

Comments
 (0)