Skip to content

Commit

Permalink
Fix to revert to white checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 18, 2022
1 parent d249d01 commit def1289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,11 @@ run_ok () {
if shell_has_unicode; then
if [ $res -eq 0 ]; then
printf "Success.\\n" >> ${RUN_LOG}
env printf "${BLACK}${GREENBG} ${CHECK} ${NORMAL}\\n"
env printf "${GREENBG} ${CHECK} ${NORMAL}\\n"
return 0
else
log_error "Failed with error: ${res}"
env printf "${BLACK}${REDBG} ${BALLOT_X} ${NORMAL}\\n"
env printf "${REDBG} ${BALLOT_X} ${NORMAL}\\n"
if [ "$RUN_ERRORS_FATAL" ]; then
echo
log_fatal "Something went wrong. Exiting."
Expand Down

0 comments on commit def1289

Please sign in to comment.