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