From 722fdccf658b6fc2c5142aa778a66754b0396da1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 17:35:43 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 0bdfd262..4fde884a 100755 --- a/run.sh +++ b/run.sh @@ -59,7 +59,7 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ " echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}" else - echo -e "${idsCL[LightCyan]}No Updates Available${idsCL[Default]}" + echo -e "${idsCL[Cyan]}No Updates Available${idsCL[Default]}" fi else echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}"