소스 검색

refactor: improve formatting of success message

The success message in the core_messages.sh file has been updated to include square brackets around "OK" for better visibility.
Daniel Gibbs 2 년 전
부모
커밋
5c58275121
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/modules/core_messages.sh

+ 1 - 1
lgsm/modules/core_messages.sh

@@ -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
 }