From 92bb1c9dda9d820c143ca81066889722141f3065 Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Mon, 15 Nov 2021 18:10:56 +0100 Subject: [PATCH] Fix success color (blue -> green) --- doc/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.sh b/doc/install.sh index ff3f4ac96..aa52e2ecb 100755 --- a/doc/install.sh +++ b/doc/install.sh @@ -44,7 +44,7 @@ echo_info() { } echo_success() { - echo_fancy "✅" "${COLOR_BOLD_BLUE}" "SUCCESS: ${*}" + echo_fancy "✅" "${COLOR_BOLD_GREEN}" "SUCCESS: ${*}" } echo_warn() {