services: ganeti: Fix erroneous gexp.
authorMarius Bakke <marius@gnu.org>
Tue, 21 Jul 2020 20:13:30 +0000 (22:13 +0200)
committerMarius Bakke <marius@gnu.org>
Tue, 21 Jul 2020 21:54:44 +0000 (23:54 +0200)
* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.

gnu/services/ganeti.scm

index f7d1aeb..8d30472 100644 (file)
@@ -660,7 +660,7 @@ information to OS install scripts or instances.")))
      #~(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?