From 5f092e0370002caeb6584deff45a5db18fdd9231 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 15 Feb 2023 15:48:08 +0000 Subject: Don't double quote the common build filtering default options --- scripts/guix-build-coordinator.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in index e97134e..8dbe5da 100644 --- a/scripts/guix-build-coordinator.in +++ b/scripts/guix-build-coordinator.in @@ -210,11 +210,11 @@ (not-tags . ()) (systems . ()) (not-systems . ()) - (processed . 'unset) - (canceled . 'unset) - (priority-> . 'unset) - (priority-< . 'unset) - (relationship . 'unset))) + (processed . unset) + (canceled . unset) + (priority-> . unset) + (priority-< . unset) + (relationship . unset))) (define %builds-list-options (cons* (option '("after-id") #t #f -- cgit v1.2.3