diff options
author | Christopher Baines <mail@cbaines.net> | 2024-03-25 22:01:27 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-03-25 22:01:27 +0000 |
commit | 0555db98b8d1cb06a967da239c04119d36d376df (patch) | |
tree | 2fe49443f8e4ea146eb0392019a75c4bcd717dd4 /scripts | |
parent | 50de312c3a818afd6a93adc17d16ae4ff97ba436 (diff) | |
download | nar-herder-0555db98b8d1cb06a967da239c04119d36d376df.tar nar-herder-0555db98b8d1cb06a967da239c04119d36d376df.tar.gz |
Fix argument name
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 7e5b35f..d8173f9 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -208,7 +208,7 @@ arg (alist-delete 'cached-compression-nar-source result)))) - (option '("cached-compressions-unused-removal-duration") #t #f + (option '("cached-compression-unused-removal-duration") #t #f (lambda (opt name arg result) (alist-cons 'cached-compression-unused-removal-duration |