;doc: Setting LEDGER_FILE: fix a quote (hledger_site#93)

This commit is contained in:
Simon Michael 2023-11-07 16:19:21 -08:00
parent 250d98df29
commit 23c961f4bb

View File

@ -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
```