Fix argument

This commit is contained in:
Christopher Baines 2025-06-28 18:54:50 +02:00
parent 42711310fd
commit 53437cff14

View file

@ -289,7 +289,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
(list build-id))))) (list build-id)))))
(delete-background-processing-entries-for-build-ids (delete-background-processing-entries-for-build-ids
conn conn
build-id)) (list build-id)))
build-ids))))))) build-ids)))))))
#:unwind? #t)) #:unwind? #t))
#:parallel? #t) #:parallel? #t)