Fix a bug with argument handling in the query-build-servers script

This commit is contained in:
Christopher Baines 2019-12-22 22:35:43 +00:00
parent e45db1cd30
commit 31110acc91

View file

@ -23,7 +23,8 @@
(for-each
(match-lambda
((id url lookup-all-derivations?)
(when (or (not build-servers)
(when (or (or (not build-servers)
(not build-server-ids))
(member id build-server-ids))
(when lookup-all-derivations?
(simple-format #t "\nQuerying ~A\n" url)