Skip to content

Commit

Permalink
Update plugins/progress/progress.plugin.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi Murase <[email protected]>
  • Loading branch information
RobLoach and akinomyoga authored Oct 3, 2024
1 parent ead2d03 commit ed81ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/progress/progress.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function progress()
fi

# Clear the message whitespace
local size=40-${#message}
local size=$((40-${#message}))
local whitespace=""
for ((i=0; i<size; i++)); do
whitespace="$whitespace "
Expand Down

0 comments on commit ed81ad9

Please sign in to comment.