diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index 372dd39..ae52611 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -156,7 +156,7 @@ (scandir file-or-dir (lambda (name) (string-suffix? ".narinfo" name))))))))) - rest)) + (assq-ref opts 'arguments))) (len (length narinfos)) (progress (progress-reporter/bar len |