diff --git a/.ci/lint_cpp.sh b/.ci/lint_cpp.sh index 8b7bf9c72..cfb1e1f07 100755 --- a/.ci/lint_cpp.sh +++ b/.ci/lint_cpp.sh @@ -11,7 +11,7 @@ if ! git merge-base origin/master HEAD; then fi # 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)" err=$?