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 <myoga.murase@gmail.com>
  • Loading branch information
RobLoach and akinomyoga authored Oct 4, 2024
1 parent 8e15998 commit fd000a0
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 @@ -67,7 +67,7 @@ function progress()
fi
fi
if [ -z $clear_line ]; then
clear_line="\e[K"
clear_line=$'\e[K'
fi

if [ $_omb_plugin_progress_value -le 0 -a $value -ge 0 ] ; then printf "%s[....................] (0%%) %s\r" "$clear_line" "$message" ; delay; fi;
Expand Down

0 comments on commit fd000a0

Please sign in to comment.