diff options
author | Christopher Baines <mail@cbaines.net> | 2021-12-12 16:55:34 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2021-12-12 16:55:34 +0000 |
commit | 726adaab8c5c65074e0a1948f432f7355ba0cde2 (patch) | |
tree | 9b463b21ba77b96d0f839737f42352d0112780d7 /scripts | |
parent | f9ff69e1c79f024ed188ad51642cca443aedfee2 (diff) | |
download | nar-herder-726adaab8c5c65074e0a1948f432f7355ba0cde2.tar nar-herder-726adaab8c5c65074e0a1948f432f7355ba0cde2.tar.gz |
Fix import trying to import arguments
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 |