Skip to content
Snippets Groups Projects
Commit bd6ca492 authored by Apurv Deepak Kulkarni's avatar Apurv Deepak Kulkarni
Browse files

Correction in precommit hook message

parent 75aea210
No related branches found
No related tags found
2 merge requests!673Automated merge from preview to main,!655Resolve "Lint test scripts in doc.zih.tu-dresden.de/util"
...@@ -89,7 +89,7 @@ then ...@@ -89,7 +89,7 @@ then
exit_ok=no exit_ok=no
fi fi
echo "Checking code styling for all files..." echo "Checking code styling for files..."
docker run --name=hpc-compendium --rm -w /docs --mount src="$(pwd)",target=/docs,type=bind hpc-compendium ./doc.zih.tu-dresden.de/util/check-code-style.sh -a docker run --name=hpc-compendium --rm -w /docs --mount src="$(pwd)",target=/docs,type=bind hpc-compendium ./doc.zih.tu-dresden.de/util/check-code-style.sh -a
if [ $? -ne 0 ] if [ $? -ne 0 ]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment