From aeb7ec1d6ef7c07faec86dd3843307c45ad1349c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Sat, 1 Apr 2023 18:31:39 +0200 Subject: [PATCH] Fix type. --- src/web-static.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web-static.scm b/src/web-static.scm index c358361..58ec505 100644 --- a/src/web-static.scm +++ b/src/web-static.scm @@ -68,7 +68,7 @@ (get-process-output-lines (sprintf "git -C \"~A\" log -p -- \"~A\"" (string-translate* (*members-directory*) - '(("\"" "\\\""))) + '(("\"" . "\\\""))) (member-file-name mr) )))) (when (not (null? lines))