services: cuirass: Fix the substitute-urls argument.
This is a follow-up of: 23b5b168ae
.
* gnu/services/cuirass.scm (cuirass-remote-worker-shepherd-service): Fix it.
This commit is contained in:
parent
23b5b168ae
commit
8221cf8349
@ -375,9 +375,9 @@ CONFIG."
|
||||
(number->string publish-port)))
|
||||
'())
|
||||
#$@(if substitute-urls
|
||||
(string-append
|
||||
"--substitute-urls="
|
||||
(string-join substitute-urls))
|
||||
(list (string-append
|
||||
"--substitute-urls="
|
||||
(string-join substitute-urls)))
|
||||
'())
|
||||
#$@(if public-key
|
||||
(list
|
||||
|
Loading…
Reference in New Issue
Block a user