File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ spinner () {
214
214
local ASCII_PROPELLER=" / - \\ |"
215
215
216
216
# Bigger spinners and progress type bars; takes more space.
217
- local WIDE_ASCII_PROG=" [>---- ] [=>--- ] [==>-- ] [===>- ] [====>] [ ---- <] [--- <=] [-- <==] [-<===] [<= ===]"
217
+ local WIDE_ASCII_PROG=" [>---] [=>--] [==>-] [===>] [---<] [--<=] [-<==] [< ===]"
218
218
local WIDE_UNI_GREYSCALE2=" ▒▒▒ █▒▒ ██▒ ███ ▒██ ▒▒█ ▒▒▒"
219
219
220
220
local SPINNER_NORMAL
@@ -372,7 +372,7 @@ run_ok () {
372
372
return 0
373
373
else
374
374
printf " Failed with error: ${res} \\ n" >> ${RUN_LOG}
375
- env printf " ${REDBG} [ERROR ]${NORMAL} \\ n"
375
+ env printf " ${REDBG} [ ER ]${NORMAL} \\ n"
376
376
if [ " $RUN_ERRORS_FATAL " ]; then
377
377
log_fatal " Something went wrong with the previous command. Exiting."
378
378
exit 1
You can’t perform that action at this time.
0 commit comments