Skip to content

Commit 7d19c0e

Browse files
committed
fix kill command
1 parent 5b26c47 commit 7d19c0e

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
@@ -98,7 +98,7 @@ export const sandboxKillCommand = new Command<SandboxContext>()
9898
const res = await (client.sandboxes as any).kill.mutate({
9999
org,
100100
sandboxId,
101-
clusterHostname: [cluster.hostname],
101+
clusterHostname: cluster.hostname,
102102
});
103103

104104
if (res.success) {

0 commit comments

Comments
 (0)