fixup lts-run.sh no-arg help

[skip ci]
This commit is contained in:
Jens Petersen 2026-09-13 16:31:15 +08:00
parent 8dfeb2a3d9
commit 5d5db41e61

View File

@ -2,7 +2,7 @@
cd "$(dirname "${BASH_SOURCE[0]}")"
if [ -z "$1" ];
if [ -z "$1" ]; then
echo "Usage: $0 lts-X.Y"
exit 1
fi