Skip to content
Snippets Groups Projects
Unverified Commit 23688a0e authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Fix Zabbix argument.

bin/cuirass.in (%options): Fix "zabbix-uri" argument.
parent 5e585053
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment