diff options
author | Christopher Baines <mail@cbaines.net> | 2023-08-02 17:52:29 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-08-02 17:52:29 +0100 |
commit | 11be46e5acc3517fd37642cfa05e9a71e5ee2274 (patch) | |
tree | d6af81456a69665fc82db1b23b08e93348fc2141 | |
parent | 4ccdf47cf92ebd946cc507ab283d5860b824ff16 (diff) | |
download | build-coordinator-11be46e5acc3517fd37642cfa05e9a71e5ee2274.tar build-coordinator-11be46e5acc3517fd37642cfa05e9a71e5ee2274.tar.gz |
Add missing bracket
-rw-r--r-- | scripts/guix-build-coordinator.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in index 6f870d5..a6e87c7 100644 --- a/scripts/guix-build-coordinator.in +++ b/scripts/guix-build-coordinator.in @@ -619,7 +619,7 @@ tags: #:not-systems (assq-ref opts 'not-systems) #:processed #f #:canceled #f - #:relationship (assq-ref opts 'relationship))) + #:relationship (assq-ref opts 'relationship)))) (stream->list (stream-map |