Skip to content

Commit 203f9e1

Browse files
authored
Remove spaces from APPVERSION
1 parent 709c23f commit 203f9e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

APP-MANAGER

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ _check_version() {
847847
if echo "$archived_apps" | grep -q "^$arg$"; then
848848
APPVERSION="$APPVERSION is ARCHIVED"
849849
fi
850+
APPVERSION=$(echo "$APPVERSION" | sed 's/ //g')
850851
if [ -f "$argpath"/AM-VERIFIED ]; then
851852
APPVERSION=$(echo "$APPVERSION" | awk '{gsub(/✓/, "\033[32m✓\033[0m"); print}')
852853
fi

0 commit comments

Comments
 (0)