Skip to content

Commit 9828494

Browse files
author
Carlos Cabanero
committed
Mosh static test on regular bootstrap
We consider the remote route as valid from our side and avoid specifying the flag all the time.
1 parent b0e891b commit 9828494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blink/Commands/mosh/mosh.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ enum MoshError: Error, LocalizedError {
184184
sequence = [UseMoshOnPath.staticMosh(),
185185
InstallStaticMosh(onCancel: { [weak self] in self?.kill() }, logger: self.logger)]
186186
} else {
187-
sequence = [UseMoshOnPath(path: moshClientParams.server)]
187+
sequence = [UseMoshOnPath.staticMosh(), UseMoshOnPath(path: moshClientParams.server)]
188188
}
189189

190190
let pty: SSH.SSHClient.PTY?

0 commit comments

Comments
 (0)