Fix t script to also include extra args for bal command
This commit is contained in:
parent
ac69266b23
commit
97b633fdb0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue