diff --git a/ledger/update.jq b/ledger/update.jq index 6203270..f0ced37 100644 --- a/ledger/update.jq +++ b/ledger/update.jq @@ -37,6 +37,7 @@ def format_transactions: def rename_accounts: map(.name |= ( if (.| contains("7778")) then "Checking" + elif (.| contains("8704")) then "Assets:Sofi:Checking" elif (.| contains("5809")) then "Credit" elif (.| contains("3116")) then "Amazon" elif (.| contains("3013")) then "Savings"