diff options
author | Christopher Baines <mail@cbaines.net> | 2023-02-03 19:02:43 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-03 19:02:43 +0100 |
commit | 66a2862b68087c9bd100b903fe32066d790cbe2c (patch) | |
tree | 9b58a6faa2e76503377088075c3b83836f7ab496 /scripts | |
parent | 1ac48476728dc37ab8a56b5c8ebe4a368e0a84a0 (diff) | |
download | nar-herder-66a2862b68087c9bd100b903fe32066d790cbe2c.tar nar-herder-66a2862b68087c9bd100b903fe32066d790cbe2c.tar.gz |
Properly implement cached compression levels
It was sort of implemented, but I'd missed some bits.
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 f278ac2..0b38995 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -148,7 +148,7 @@ `((type . ,(string->symbol type)))) ((type level) `((type . ,(string->symbol type)) - (level . ,level)))) + (level . ,(string->number level))))) result))) (option '("cached-compression-directory") #t #f |