Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0eed50a

Browse files
committedJun 25, 2024
try test fix
1 parent 68fda3a commit 0eed50a

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

Lines changed: 1 addition & 2 deletions
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)
Please sign in to comment.