This commit is contained in:
committer@tuxwarrior
2026-06-07 06:27:39 -05:00
parent 51c96809a7
commit 53d151e9a4
+1 -1
View File
@@ -280,7 +280,7 @@ quick_hours() {
worked_minutes=$(( 10#$hours * 60 + 10#$minutes )) worked_minutes=$(( 10#$hours * 60 + 10#$minutes ))
local new_balance=$(( balance + worked_minutes - target )) local new_balance=$(( balance + worked_minutes - target ))
echo "[@${location} ${new_balance}]" echo "[@${location} ${balance}${new_balance}]"
} }