diff options
author | Ben Sima <ben@bsima.me> | 2022-03-14 22:05:42 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-03-14 22:05:42 -0400 |
commit | c903f92876c3af9eabc8edba1245f8d06e99c8dc (patch) | |
tree | b51a4331ff518544715d66aea9bcd698243d1230 | |
parent | 8f32ad9e8828d3daaecac2ce46a45d277bfa8633 (diff) |
include auto txs
-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,\"]) |