Skip to content

Commit 0d5a68e

Browse files
committed
rebase
1 parent 0e91bd8 commit 0d5a68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/Coder-Desktop/Views/FileSync/FileSyncSessionModal.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ struct FileSyncSessionModal<VPN: VPNService, FS: FileSyncDaemon>: View {
102102
try await fileSync.createSession(
103103
arg: .init(
104104
alpha: .init(path: localPath, protocolKind: .local),
105-
beta: .init(path: remotePath, protocolKind: .ssh(host: workspace.primaryHost!))
105+
beta: .init(path: remotePath, protocolKind: .ssh(host: remotePath))
106106
)
107107
)
108108
} catch {

0 commit comments

Comments
 (0)