mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: ganeti: Fix erroneous gexp.
* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.
This commit is contained in:
parent
94d8924728
commit
938f3190e7
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ (define ganeti-watcher-command
|
|||
#~(lambda ()
|
||||
(system* #$(file-append ganeti "/sbin/ganeti-watcher")
|
||||
#$@(if rapi-ip
|
||||
#~(string-append "--rapi-ip=" #$rapi-ip)
|
||||
#~((string-append "--rapi-ip=" #$rapi-ip))
|
||||
#~())
|
||||
#$(string-append "--job-age=" (number->string job-age))
|
||||
#$@(if verify-disks?
|
||||
|
|
Loading…
Reference in a new issue