Make it more readble

This commit is contained in:
Philippe Caseiro 2022-03-24 13:09:14 +01:00
parent 29a306f988
commit c563ba96f0
1 changed files with 2 additions and 1 deletions

3
badgy
View File

@ -83,7 +83,8 @@ getCapitalTime()
echo
echo "Your time balance is: ${sl}"
echo "Today you worked $(s2h ${dr})"
echo "Today you worked: $(s2h ${dr})"
echo
echo "Balance if you validate now: $(s2h ${nbl})"
}