From 1f3e07be531941be12a372e5e6b359bfbea618e2 Mon Sep 17 00:00:00 2001 From: PhysK Date: Thu, 24 Nov 2022 07:28:05 +0000 Subject: [PATCH] Fix Spacing on prettyBoxCurrent --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9353486..a2eb31a 100644 --- a/install.sh +++ b/install.sh @@ -62,7 +62,7 @@ VERSION=$(getLatestRelease) # Pretty Box Functions function prettyBoxCurrent () { - echo -e "[ ${yellow}CURRENT${clear} ]${1}" + echo -e "[ ${yellow}CURRENT${clear} ] ${1}" } function prettyBoxComplete () { echo -e "[ ${green}COMPLETE${clear} ] ${1}"