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 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 |