Fix t script to also include extra args for bal command

main
Ensar Sarajčić 2023-08-25 10:55:40 +02:00
parent ac69266b23
commit 97b633fdb0
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ time_out () {
}
time_bal () {
ledger -f "$TIMESHEET_LEDGER_HOME/main.journal" bal $PROJECT
ledger -f "$TIMESHEET_LEDGER_HOME/main.journal" bal $PROJECT $COMMENT
}
case $COMMAND in