Skip to content

Commit 5a210a8

Browse files
authored
Merge branch 'main' into fix-sandbox-token
2 parents aa68f8f + a801179 commit 5a210a8

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
@@ -181,7 +181,7 @@ async function sshIntoSandbox(sandbox: Sandbox): Promise<boolean> {
181181
const connectInfo = ssh.username + "@" + ssh.hostname;
182182

183183
const which = await new Deno.Command("which", {
184-
args: ["ssh_"],
184+
args: ["ssh"],
185185
stdout: "null",
186186
stderr: "null",
187187
}).output();

0 commit comments

Comments
 (0)