From b5bd14a477e33135a65d6895fe627cf859dc0ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Wed, 12 Jul 2023 19:42:47 +0200 Subject: [PATCH] Fix git output retrieval. --- fetch_fio.sh | 3 ++- src/export-web-static.scm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fetch_fio.sh b/fetch_fio.sh index 420d125..4121413 100644 --- a/fetch_fio.sh +++ b/fetch_fio.sh @@ -29,7 +29,8 @@ APIURI=https://www.fio.cz/ib_api/rest # Configuration defaults - none -CONFIG_FILE=/etc/hackerbase +# TODO: quick fix +CONFIG_FILE=/home/hackerbase/.hackerbaserc CFG_BANK_DIR= CFG_APIKEYS_FILE= ARG_BANK_DIR= diff --git a/src/export-web-static.scm b/src/export-web-static.scm index ce06129..fb2bed2 100644 --- a/src/export-web-static.scm +++ b/src/export-web-static.scm @@ -142,7 +142,7 @@ (print "
")
      (for-each (lambda (l)
 		 (print (sanitize-html l)))
-	       ((git (*members-directory*) #:output)
+	       ((git (*members-directory*) 'output)
 		'log '-p '-- 
 		(brmember-file-name mr)))
      (print "
")