From 23c961f4bbb1f6957e51db69fca5df26a54d7f29 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 7 Nov 2023 16:19:21 -0800 Subject: [PATCH] ;doc: Setting LEDGER_FILE: fix a quote (hledger_site#93) --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 9d0353b03..e59e7675e 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -5791,7 +5791,7 @@ How to set `LEDGER_FILE` permanently depends on your setup: On unix and mac, running these commands in the terminal will work for many people; adapt as needed: ```shell -$ echo 'export LEDGER_FILE=~/finance/2023.journal` >> ~/.profile +$ echo 'export LEDGER_FILE=~/finance/2023.journal' >> ~/.profile $ source ~/.profile ```