From 60973a50e5a0fa7335ceda9ef0c13f4ca1845c8e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Apr 2024 05:38:43 -1000 Subject: [PATCH] finance: fix comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f42132f..19206c7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ PANDOC?=pandoc finance-md: ( \ echo 'Finances of the Plain Text Accounting org.'; \ - echo ''; \ + echo ''; \ echo ; \ hledger -f finance/pta.journal bs -O html; \ echo ; \