Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit f5b7df4

Browse files
committed
removed shell
1 parent 1a71239 commit f5b7df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code-server/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ resource "coder_script" "code-server" {
6666
agent_id = var.agent_id
6767
display_name = "code-server"
6868
icon = "/icon/code.svg"
69-
shell = "bash"
7069
script = templatefile("${path.module}/run.sh", {
7170
VERSION : var.install_version,
7271
EXTENSIONS : join(",", var.extensions),

0 commit comments

Comments
 (0)