Skip to content

Commit 270fa89

Browse files
committed
impl: change hostname in ssh config to reflect toolbox plugin
1 parent 2a86abe commit 270fa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/toolbox/cli/CoderCLIManager.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ class CoderCLIManager(
484484
fun getHostName(
485485
url: URL,
486486
workspaceName: String,
487-
): String = "coder-jetbrains--$workspaceName--${url.safeHost()}"
487+
): String = "coder-toolbox--$workspaceName--${url.safeHost()}"
488488

489489
@JvmStatic
490490
fun getBackgroundHostName(

0 commit comments

Comments
 (0)