Skip to content

Commit 0300c36

Browse files
authored
Update APP-MANAGER
1 parent 87b6596 commit 0300c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APP-MANAGER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ _use_update() {
15831583
else
15841584
UPDATERS=$(cd "$argpath" 2>/dev/null && find . -name "*update*" -print 2>/dev/null)
15851585
[ -n "$UPDATERS" ] && arg_autoupdatable=", it may have its update system"
1586-
[ "$arg" = "$AMCLI" ] && arg_autoupdatable=", use \"am -s\" instead"
1586+
[ "$arg" = "$AMCLI" ] && arg_autoupdatable=", use \"-s\" instead"
15871587
printf $" %b✖\033[0m %b cannot be updated%b\n" "${RED}" "$(echo "$arg" | tr '[:lower:]' '[:upper:]')" "$arg_autoupdatable"
15881588
fi
15891589
done

0 commit comments

Comments
 (0)