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 "
")