mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-25 09:58:43 +01:00
typo
This commit is contained in:
parent
71574065fe
commit
03a91bc4ec
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Ledger
|
|||
@last_mtime : Time
|
||||
|
||||
def initialize( binary : String = "ledger",
|
||||
ledger_file : String = ENV[ "LEDGER_FILE" ] ||= "${ENV[ \"HOME\" ]}/org/comptes.ledger" )
|
||||
ledger_file : String = ENV[ "LEDGER_FILE" ] ||= "#{ENV[ "HOME" ]}/org/comptes.ledger" )
|
||||
@binary = binary
|
||||
@file = ledger_file
|
||||
@last_mtime = File.info(@file).modification_time
|
||||
|
|
Loading…
Reference in a new issue