From b210623a447950a97b70652bbc75092d6a9c724e Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 22:41:49 +0200 Subject: [PATCH] mss domste persoon ever, json is : nie = --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index f3b891c..535fb0e 100755 --- a/compile.sh +++ b/compile.sh @@ -4,7 +4,7 @@ for entry in notes/* do filename=$(basename "$entry" .md) timestamp=`git log --format=%ad --date=format:'%Y-%m-%d' -- $entry` - t+="{\"dest\"=\"$filename\",\"time\"=\"$timestamp\"}," + t+="{\"dest\":\"$filename\",\"time\":\"$timestamp\"}," done echo "${t%?}]"