diff options
Diffstat (limited to 'hledger-allocation')
-rwxr-xr-x | hledger-allocation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hledger-allocation b/hledger-allocation index 53a8371..077e1b8 100755 --- a/hledger-allocation +++ b/hledger-allocation @@ -4,7 +4,7 @@ function cleanup() { tail -n1 $1 | tr -d [:alpha:] | tr -d [:blank:] | tr -d [=,=] } -networth=$(hledger bal ^as ^li --value=now,USD --output-format=csv \ +networth=$(hledger bal ^as ^li --value=now,USD --auto --output-format=csv \ | tail -n1 \ | tr -d [totalUSD,\"]) |