commit 7e850905d55511ad97343cbd94d6306519c251aa parent bc1f67c6553fe9c2baf81320d14e2b4a7301d4d2 Author: Jacob R. Edwards <jacob@jacobedwards.org> Date: Sun, 22 Jun 2025 16:47:48 -0500 Rename maketotal variable to total Diffstat:
| M | costs.awk | | | 2 | +- | 
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/costs.awk b/costs.awk @@ -59,7 +59,7 @@ BEGIN { daily = $amount / x - if (maketotal) { + if (total) { group = "total" } else if (!trim) { group = $name
