diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index e6f4a0b..165c0e4 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -359,7 +359,9 @@ (and=> (assq-ref opts 'mirror) (lambda (mirror) - (start-fetch-changes-thread database mirror + (start-fetch-changes-thread database + canonical-storage + mirror metrics-registry) (when (assq-ref opts 'storage) |