diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix-build-coordinator.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in index f3be3d5..daa0873 100644 --- a/scripts/guix-build-coordinator.in +++ b/scripts/guix-build-coordinator.in @@ -573,8 +573,7 @@ tags: "\n"))) (vector->list (assoc-ref response "builds"))) - (when (= (vector-length (assoc-ref response "builds")) - (assq-ref opts 'limit)) + (unless (= (vector-length (assoc-ref response "builds")) 0) (loop (assoc-ref (vector-ref (assoc-ref response "builds") |