Skip to content

Commit 128659d

Browse files
committed
fix types
Signed-off-by: flakey5 <[email protected]>
1 parent 0f3402b commit 128659d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/wrangler/src/containers/containers.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,6 @@ function buildSshArgs(
457457
flags.push("-m", sshArgs.macSpec);
458458
}
459459

460-
if (sshArgs.ctlCmd !== undefined) {
461-
flags.push("-O", sshArgs.ctlCmd);
462-
}
463-
464460
if (sshArgs.option !== undefined) {
465461
flags.push("-o", sshArgs.option);
466462
}
@@ -469,9 +465,5 @@ function buildSshArgs(
469465
flags.push("-P", sshArgs.tag);
470466
}
471467

472-
if (sshArgs.ctlPath !== undefined) {
473-
flags.push("-S", sshArgs.ctlPath);
474-
}
475-
476468
return flags;
477469
}

0 commit comments

Comments
 (0)