mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
don't overwrite LEDGER_FILE value
This commit is contained in:
parent
1b9d5e35d9
commit
c1b43df9eb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# encoding: utf-8
|
||||
|
||||
ENV[ 'LEDGER_FILE' ] = '/home/owncloud-data/cycojesus/files/org-files/comptes.ledger'
|
||||
ENV[ 'LEDGER_FILE' ] ||= '/home/owncloud-data/cycojesus/files/org-files/comptes.ledger'
|
||||
|
||||
CURRENCY = '€'
|
||||
SEPARATOR = ','
|
||||
|
|
Loading…
Reference in a new issue