From 0b86b0022ec0268867d034a1d50fa0f26c1a3f3c Mon Sep 17 00:00:00 2001 From: pho4cexa Date: Wed, 7 Dec 2022 16:17:49 -0800 Subject: [PATCH] no-op cleanup --- main.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.scm b/main.scm index 5b71f4d..cf82c02 100755 --- a/main.scm +++ b/main.scm @@ -161,10 +161,9 @@ string-block (lambda () (display-source-html source-file))) (case (string->symbol (or (pathname-extension source-file) "")) ((jpg jpeg png gif webp webm svg apng avif svgz ico) - (system (format "git-show HEAD:~a > ~a " + (system (format "git show HEAD:~a > ~a" source-file - (make-pathname html-repo-path source-file) - ))))) + (make-pathname html-repo-path source-file)))))) source-files-list))) (define (bail . args)