From c903f92876c3af9eabc8edba1245f8d06e99c8dc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 14 Mar 2022 22:05:42 -0400 Subject: include auto txs --- hledger-allocation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,\"]) -- cgit v1.2.3