diff options
author | Ben Sima <ben@bsima.me> | 2021-02-17 10:33:15 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-02-17 10:33:15 -0500 |
commit | c6a8eba03c84ffa5df13146c71da0dfeb3c921b2 (patch) | |
tree | d8fcf1051d295aeb760945a15d9a094d8e8fa2c7 | |
parent | deab27dceb774a679960d05b25640ac91b01a41d (diff) |
hledger-overview: change runway target to 3 years
-rwxr-xr-x | hledger-overview.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hledger-overview.hs b/hledger-overview.hs index faeee87..6090736 100755 --- a/hledger-overview.hs +++ b/hledger-overview.hs @@ -86,7 +86,7 @@ main = do let (nut, cash, months) = runway j t row " nut" nut Nothing row " cash" cash Nothing - row "months" (Target 24 months) Nothing + row "months" (Target 36 months) $ Just "want: 3 years" sec "ramen" let (nut, cash, months) = ramen j t |