Skip to content

Commit 6cccd8a

Browse files
committed
Fix web shutdown action
1 parent aa20930 commit 6cccd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shards/tests/server/control.shs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ToJson | Http.Put(URL: control-url Headers: hdrs)
1414
}
1515
"shutdown" {
16-
{action: @action}
16+
{action: @action data: ""}
1717
ToJson | Http.Put(URL: control-url Headers: hdrs)
1818
}
1919
; Command to preload a given folder, which is required for it to be available in the file system

0 commit comments

Comments
 (0)