Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions registry/coder/modules/cmux/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ variable "open_in" {
resource "coder_script" "cmux" {
agent_id = var.agent_id
display_name = "cmux"
icon = "/icon/terminal.svg"
icon = "/icon/cmux.svg"
script = templatefile("${path.module}/run.sh", {
VERSION : var.install_version,
PORT : var.port,
Expand All @@ -134,7 +134,7 @@ resource "coder_app" "cmux" {
slug = var.slug
display_name = var.display_name
url = "http://localhost:${var.port}"
icon = "/icon/terminal.svg"
icon = "/icon/cmux.svg"
subdomain = var.subdomain
share = var.share
order = var.order
Expand Down