summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/format.sh2
1 files changed, 1 insertions, 1 deletions
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