Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81273b1

Browse files
committed
remove env
1 parentef789bd commit81273b1

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-
ProxyCommandCODER_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)

[8]ページ先頭

©2009-2025 Movatter.jp