We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709c23f commit 203f9e1Copy full SHA for 203f9e1
APP-MANAGER
@@ -847,6 +847,7 @@ _check_version() {
847
if echo "$archived_apps" | grep -q "^$arg$"; then
848
APPVERSION="$APPVERSION is ARCHIVED"
849
fi
850
+ APPVERSION=$(echo "$APPVERSION" | sed 's/ //g')
851
if [ -f "$argpath"/AM-VERIFIED ]; then
852
APPVERSION=$(echo "$APPVERSION✓" | awk '{gsub(/✓/, "\033[32m✓\033[0m"); print}')
853
0 commit comments