aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-04-16 15:15:01 +0100
committerChristopher Baines <mail@cbaines.net>2024-04-16 15:15:01 +0100
commitffda727a3b6bd45851662159709a1927a1ee0c1d (patch)
tree4b334864a2fc174e208b0ee45b0a244a94b4d501
parentfeafd57882f73c28149b159e0b6b6ee50ce99bc6 (diff)
downloadnar-herder-master.tar
nar-herder-master.tar.gz
Fix use of alist-consHEADmaster
-rw-r--r--nar-herder/cached-compression.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nar-herder/cached-compression.scm b/nar-herder/cached-compression.scm
index 375fdaa..5c257dc 100644
--- a/nar-herder/cached-compression.scm
+++ b/nar-herder/cached-compression.scm
@@ -411,7 +411,7 @@
(put-message reply #t))
(loop (alist-cons
- cached-bytes-by-compression
+ compression
updated-bytes
(alist-delete compression
cached-bytes-by-compression)))))))))