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

Lines changed: 2 additions & 3 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy