Skip to content

Commit e357fcf

Browse files
authored
fix: updated icon for cmux module (#531)
## Description <!-- Briefly describe what this PR does and why --> ## Type of Change - [ ] New module - [ ] New template - [ ] Bug fix - [x] Feature/enhancement - [ ] Documentation - [ ] Other ## Module Information **Path:** `registry/coder/modules/cmux` **New version:** `v1.0.1` **Breaking change:** [ ] Yes [ ] No ## Testing & Validation - [x] Tests pass (`bun test`) - [x] Code formatted (`bun fmt`) - [x] Changes tested locally
1 parent b8bde9b commit e357fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registry/coder/modules/cmux/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ variable "open_in" {
110110
resource "coder_script" "cmux" {
111111
agent_id = var.agent_id
112112
display_name = "cmux"
113-
icon = "/icon/terminal.svg"
113+
icon = "/icon/cmux.svg"
114114
script = templatefile("${path.module}/run.sh", {
115115
VERSION : var.install_version,
116116
PORT : var.port,
@@ -134,7 +134,7 @@ resource "coder_app" "cmux" {
134134
slug = var.slug
135135
display_name = var.display_name
136136
url = "http://localhost:${var.port}"
137-
icon = "/icon/terminal.svg"
137+
icon = "/icon/cmux.svg"
138138
subdomain = var.subdomain
139139
share = var.share
140140
order = var.order

0 commit comments

Comments
 (0)