Skip to content

Commit 1bed23e

Browse files
committed
try test fix
1 parent ff9c0b6 commit 1bed23e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ class CoderCLIManager(
287287
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
288288
""".trimIndent()
289289
.plus(extraConfig)
290-
.plus(System.lineSeparator())
291290
.plus(
292291
"""
293292
Host ${getBackgroundHostName(deploymentURL, it)}
@@ -298,8 +297,8 @@ class CoderCLIManager(
298297
LogLevel ERROR
299298
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
300299
""".trimIndent()
300+
.plus(extraConfig)
301301
)
302-
.plus(extraConfig)
303302
.replace("\n", System.lineSeparator())
304303
},
305304
)

0 commit comments

Comments
 (0)