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

+1-1
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)