Skip to content

Commit

Permalink
update to light blue
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 6, 2024
1 parent 13f7199 commit d47604b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lgsm/modules/core_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -551,23 +551,23 @@ fn_print_removed_eol_nl() {

# UPDATE
fn_print_update_eol() {
echo -en " ... ${cyan}UPDATE${default}"
echo -en " ... ${lightblue}UPDATE${default}"
fn_sleep_time
}

fn_print_update_eol_nl() {
echo -e " ... ${cyan}UPDATE${default}"
echo -e " ... ${lightblue}UPDATE${default}"
fn_sleep_time
}

# SKIP
fn_print_skip_eol() {
echo -en " ... ${lightblue}SKIP${default}"
echo -en " ... ${cyan}SKIP${default}"
fn_sleep_time
}

fn_print_skip_eol_nl() {
echo -e " ... ${lightblue}}SKIP${default}"
echo -e " ... ${cyan}SKIP${default}"
fn_sleep_time
}

Expand Down

0 comments on commit d47604b

Please sign in to comment.