diff --git a/.ci/format.sh b/.ci/format.sh index 4df4282a..f2d01cec 100755 --- a/.ci/format.sh +++ b/.ci/format.sh @@ -15,7 +15,7 @@ do done; QMLFORMAT_PATH=$(which qmlformat) -if [ ! -z "$QMLFORMAT_PATH" ]; then +if [ -n "$QMLFORMAT_PATH" ]; then QML_FILES=$(find resources -type f -iname "*.qml") for f in $QML_FILES