We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a86abe commit 270fa89Copy full SHA for 270fa89
src/main/kotlin/com/coder/toolbox/cli/CoderCLIManager.kt
@@ -484,7 +484,7 @@ class CoderCLIManager(
484
fun getHostName(
485
url: URL,
486
workspaceName: String,
487
- ): String = "coder-jetbrains--$workspaceName--${url.safeHost()}"
+ ): String = "coder-toolbox--$workspaceName--${url.safeHost()}"
488
489
@JvmStatic
490
fun getBackgroundHostName(
0 commit comments