From cde6c1ae96f97f0419374f6ddb9de6e0df8b11f5 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 22:41:07 +0200 Subject: [PATCH] idk --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 4c0fe08..f3b891c 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%?}]"