fix: local-control syntax

This commit is contained in:
2026-04-25 13:51:55 +02:00
parent 180608f78e
commit 2f63fc0506
+1 -1
View File
@@ -547,7 +547,6 @@
status-file
generations-file)))
(run-server
'http
(lambda (request body)
(handle-request runtime
host-config-file
@@ -558,6 +557,7 @@
status-file
request
body))
'http
#:socket (make-control-socket control-directory
control-socket-file
control-group-name))))