aboutsummaryrefslogtreecommitdiff
path: root/nar-herder/mirror.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-12-13 15:14:06 +0000
committerChristopher Baines <mail@cbaines.net>2021-12-13 15:14:06 +0000
commit37206cd10dfc3072f718c29e1874d5b82bb1a3a6 (patch)
treecdad3456c95cf429ff988e0366b1041b67824e0b /nar-herder/mirror.scm
parentd5000657ca48f8dee2740c716c55ddabf8b62252 (diff)
downloadnar-herder-37206cd10dfc3072f718c29e1874d5b82bb1a3a6.tar
nar-herder-37206cd10dfc3072f718c29e1874d5b82bb1a3a6.tar.gz
Fix call to vector-map!
Diffstat (limited to 'nar-herder/mirror.scm')
-rw-r--r--nar-herder/mirror.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/nar-herder/mirror.scm b/nar-herder/mirror.scm
index f07ad76..1efb36e 100644
--- a/nar-herder/mirror.scm
+++ b/nar-herder/mirror.scm
@@ -63,7 +63,8 @@
((k . v)
(cons (string->symbol k)
v)))
- change-details)))
+ change-details))
+ recent-changes)
(vector-for-each
(lambda (_ change-details)