UNAUTHORIZED CHANGE WITHOUT CONSULTATION
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 26 Aug 2023 15:24:13 +0000 (16:24 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 26 Aug 2023 15:24:13 +0000 (16:24 +0100)
Revert "change Makefile to also output JSON with comments"

This reverts commit 0d95774b1dc4ece5b7c727e658547364b8f0c038.

Makefile

index d4b3a00335b04fa6cf5d763189d7b7420ca7a7db..dc3444c0a4f62278fef28ea2e811bdafb9d74d82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 .PHANTOM: build upload clean
 
 build:
-       nohup budget-sync -c budget-sync-config.toml -o task_db/mdwn --comments > task_db/report.mdwn
+       nohup budget-sync -c budget-sync-config.toml -o task_db/mdwn > task_db/report.mdwn
 
 upload: build
        rsync -HPavz -e 'ssh -p 922' --delete task_db/* \