Merge branch 'release-2020' into master
[alexxy/gromacs.git] / admin / clang-tidy.sh
index 5d867cd5a3f61d67ce669261741b516ac67a7915..9668b506e8a0f52e59b4c3d40bb2c3fcded7400e 100755 (executable)
@@ -105,14 +105,14 @@ then
     if [ -z "$RUN_CLANG_TIDY" ]
     then
         echo "Please set the path to run-clang-tidy using the git hook"
-        echo "git config hooks.runclangtidypath /path/to/run-clang-tidy-8.py"
+        echo "git config hooks.runclangtidypath /path/to/run-clang-tidy-9.py"
         echo "or by setting an environment variable, e.g."
-        echo "RUN_CLANG_TIDY=/path/to/run-clang-tidy-8.py"
+        echo "RUN_CLANG_TIDY=/path/to/run-clang-tidy-9.py"
         exit 2
     fi
     if ! which "$RUN_CLANG_TIDY" 1>/dev/null
     then
-        echo "run-clang-tidy-8.py not found: $RUN_CLANG_TIDY"
+        echo "run-clang-tidy-9.py not found: $RUN_CLANG_TIDY"
         exit 2
     fi
 fi