Skip to content

Commit e6e77c2

Browse files
committed
remove env
1 parent 6ff0681 commit e6e77c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class CoderCLIManager(
281281
transform = {
282282
"""
283283
Host ${getHostName(deploymentURL, it)}
284-
ProxyCommand CODER_SSH_USAGE_APP=jetbrains ${proxyArgs.joinToString(" ")} $it
284+
ProxyCommand ${proxyArgs.joinToString(" ")} $it
285285
ConnectTimeout 0
286286
StrictHostKeyChecking no
287287
UserKnownHostsFile /dev/null
@@ -300,8 +300,7 @@ class CoderCLIManager(
300300
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
301301
""".trimIndent()
302302
.plus(extraConfig)
303-
)
304-
.replace("\n", System.lineSeparator())
303+
).replace("\n", System.lineSeparator())
305304
},
306305
)
307306

0 commit comments

Comments
 (0)