diff options
-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 d8173f9..e70f5f3 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -297,7 +297,7 @@ result)))) (option '("recent-changes-limit") #t #f - (lambda (opt name arg result)+ + (lambda (opt name arg result) (alist-cons 'recent-changes-limit (string->number arg) (alist-delete 'recent-changes-limit result)))) |