Skip to content

Commit 1788632

Browse files
committed
impl: custom ssh config header block for toolbox plugin
- useful to make differentiate between Gateway plugin and Toolbox plugin
1 parent c56250a commit 1788632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ class CoderCLIManager(
251251
feats: Features,
252252
): String? {
253253
val host = deploymentURL.safeHost()
254-
val startBlock = "# --- START CODER JETBRAINS $host"
255-
val endBlock = "# --- END CODER JETBRAINS $host"
254+
val startBlock = "# --- START CODER TOOLBOX $host"
255+
val endBlock = "# --- END CODER TOOLBOX $host"
256256
val isRemoving = workspaceNames.isEmpty()
257257
val baseArgs =
258258
listOfNotNull(

0 commit comments

Comments
 (0)