Skip to content

Commit 6f79f9d

Browse files
authored
Update dogfood/main.tf
1 parent 3fbe100 commit 6f79f9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dogfood/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ resource "coder_agent" "dev" {
4444
curl -fsSL https://code-server.dev/install.sh | sh
4545
code-server --auth none --port 13337 &
4646
sudo service docker start
47-
coder dotfiles -y 2>&1 | tee ~/.personalize.log
4847
"if [ -n ${var.dotfiles_uri} ]; then coder dotfiles var.dotfiles_uri -y 2>&1 | tee ~/.personalize.log; fi"
4948
EOF
5049
}

0 commit comments

Comments
 (0)