Skip to content

Commit 254540a

Browse files
committed
Remove extraneous $ from logged hostname
1 parent f662f43 commit 254540a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/CoderRemoteConnectionHandle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ class CoderRemoteConnectionHandle {
450450
lifetime: LifetimeDefinition,
451451
currentStatus: UnattendedHostStatus?,
452452
): UnattendedHostStatus? {
453-
val details = "$${workspace.hostname}:${ideDir.toRawString()}, project=${remoteProjectPath.toRawString()}"
453+
val details = "${workspace.hostname}:${ideDir.toRawString()}, project=${remoteProjectPath.toRawString()}"
454454
val wait = TimeUnit.SECONDS.toMillis(5)
455455

456456
// Check if the current IDE is alive.

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