fix syntax error: missing space (#15954)

This commit is contained in:
KastB
2025-02-19 04:51:08 +01:00
committed by GitHub
parent 2277a88f4d
commit 7abf28bcbc

View File

@@ -20,7 +20,7 @@ FIRST_MODEL=true
MODEL_DOWNLOAD=""
MODEL_CONVERT=""
if [ -z "$YOLO_MODELS"]; then
if [ -z "$YOLO_MODELS" ]; then
echo "tensorrt model preparation disabled"
exit 0
fi