From e26929b2c618d8e20c09ef9281a9fcc51af33baf Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 22:29:27 +0200 Subject: [PATCH] fromjson debugging --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 517646f..c93a6e6 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 "value=${t%?}]"