diff options
Diffstat (limited to 'hledger-overview.hs')
-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 |