Skip to content

Commit 405a485

Browse files
committed
try test fix
1 parent 44856b4 commit 405a485

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
@@ -289,7 +289,6 @@ class CoderCLIManager(
289289
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
290290
""".trimIndent()
291291
.plus(extraConfig)
292-
.plus(System.lineSeparator())
293292
.plus(
294293
"""
295294
Host ${getBackgroundHostName(deploymentURL, it)}
@@ -300,8 +299,8 @@ class CoderCLIManager(
300299
LogLevel ERROR
301300
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
302301
""".trimIndent()
302+
.plus(extraConfig)
303303
)
304-
.plus(extraConfig)
305304
.replace("\n", System.lineSeparator())
306305
},
307306
)

0 commit comments

Comments
 (0)