From 32a2614039e1f5f5dad63570e13dfe95937d2142 Mon Sep 17 00:00:00 2001 From: Gordon <46924906+FGadvancer@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:41:13 +0800 Subject: [PATCH] fix: script update Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com> --- scripts/style_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/style_info.sh b/scripts/style_info.sh index 627416e0c..328cf66a1 100755 --- a/scripts/style_info.sh +++ b/scripts/style_info.sh @@ -62,7 +62,7 @@ function style-info() { BACKGROUND_LIGHT_SKY_BLUE="\033[106m" # Light sky blue background BACKGROUND_LIGHT_WHITE="\033[107m" # Light white background - RED_BOLD = "\033[1;31m" + RED_BOLD="\033[1;31m" } style-info \ No newline at end of file