Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrong committed Jul 5, 2024
1 parent 803534e commit bee189a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function status() {
if [ $duration -ge 120 ]; then
local m=$((duration/60))
local s=$((duration%60))
if [ $s -eq 0]; then
if [ $s -eq 0 ]; then
duration="${m}min"
else
duration="${m}min${s}s"
Expand Down

0 comments on commit bee189a

Please sign in to comment.