Fix Spacing on prettyBoxCurrent

This commit is contained in:
PhysK
2022-11-24 07:28:05 +00:00
parent d87033c327
commit 1f3e07be53

View File

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