diff --git a/.docker/docker-qgis-clangtidy.sh b/.docker/docker-qgis-clangtidy.sh index a713aa1510e9..220227bf6f8b 100755 --- a/.docker/docker-qgis-clangtidy.sh +++ b/.docker/docker-qgis-clangtidy.sh @@ -23,7 +23,7 @@ cd ${SRCDIR} # https://github.com/qgis/QGIS/runs/6733585841?check_suite_focus=true#step:13:89 git config --global --add safe.directory ${SRCDIR} -echo "::group::Install cland tidy" +echo "::group::Install clang tidy" apt install -y \ clang-tidy echo "::endgroup::"