From: Luke Kenneth Casson Leighton Date: Sat, 26 Aug 2023 15:24:13 +0000 (+0100) Subject: UNAUTHORIZED CHANGE WITHOUT CONSULTATION X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a7d83b7a93f54d556802d8dfa6cda66fcd036a3;p=utils.git UNAUTHORIZED CHANGE WITHOUT CONSULTATION Revert "change Makefile to also output JSON with comments" This reverts commit 0d95774b1dc4ece5b7c727e658547364b8f0c038. --- diff --git a/Makefile b/Makefile index d4b3a00..dc3444c 100644 --- 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/* \