Skip to content

Commit a801179

Browse files
authored
fix: ssh command detection (#28)
1 parent 34c0fa3 commit a801179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async function sshIntoSandbox(sandbox: Sandbox): Promise<boolean> {
191191
const connectInfo = ssh.username + "@" + ssh.hostname;
192192

193193
const which = await new Deno.Command("which", {
194-
args: ["ssh_"],
194+
args: ["ssh"],
195195
stdout: "null",
196196
stderr: "null",
197197
}).output();

0 commit comments

Comments
 (0)