guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix Zabbix argument.


From: Mathieu Othacehe
Subject: branch master updated: Fix Zabbix argument.
Date: Mon, 08 Feb 2021 07:37:51 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 23688a0  Fix Zabbix argument.
23688a0 is described below

commit 23688a0e451e0265ad29e150d6eba497d4291fb6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 8 13:37:23 2021 +0100

    Fix Zabbix argument.
    
    bin/cuirass.in (%options): Fix "zabbix-uri" argument.
---
 bin/cuirass.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/cuirass.in b/bin/cuirass.in
index cca7848..b3cca1f 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -80,7 +80,7 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
     (build-remote                     (value #f))
     (use-substitutes                  (value #f))
     (threads                          (value #t))
-    (zabbix-uri     (single-char #\z) (value #f))
+    (zabbix-uri     (single-char #\z) (value #t))
     (fallback                         (value #f))
     (record-events                    (value #f))
     (ttl                              (value #t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]