update echo line in lint_cpp.sh which doesn't lint cpp only at all

This commit is contained in:
ebbit1q 2025-10-19 23:04:43 +02:00 committed by GitHub
parent ad8124ac0d
commit bb996b9818
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ if ! git merge-base origin/master HEAD; then
fi fi
# Check formatting using format.sh # Check formatting using format.sh
echo "Checking your code using clang-format/cmake-format..." echo "Checking your code using format.sh..."
diff="$(./format.sh --diff --cmake --shell --print-version --branch origin/master)" diff="$(./format.sh --diff --cmake --shell --print-version --branch origin/master)"
err=$? err=$?