Fix a bug with argument handling in the query-build-servers script
This commit is contained in:
parent
e45db1cd30
commit
31110acc91
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue