Skip to content

Commit

Permalink
refactor: improve formatting of success message
Browse files Browse the repository at this point in the history
The success message in the core_messages.sh file has been updated to include square brackets around "OK" for better visibility.
  • Loading branch information
dgibbs64 committed Sep 26, 2023
1 parent 2617708 commit 5c58275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/core_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ fn_print_ok_eol() {
}

fn_print_ok_eol_nl() {
echo -e "${green}OK${default}"
echo -e "${green}[ OK ]${default}"
fn_sleep_time
}

Expand Down

0 comments on commit 5c58275

Please sign in to comment.