From bd6ca492c1edc5c2852e18d9633c3d0a0a57615e Mon Sep 17 00:00:00 2001
From: "apku868a--tu-dresden.de" <apurv.kulkarni@tu-dresden.de>
Date: Wed, 24 Aug 2022 12:26:01 +0200
Subject: [PATCH] Correction in precommit hook message

---
 doc.zih.tu-dresden.de/util/pre-commit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/util/pre-commit b/doc.zih.tu-dresden.de/util/pre-commit
index afda79e74..3c6d2ad2a 100755
--- a/doc.zih.tu-dresden.de/util/pre-commit
+++ b/doc.zih.tu-dresden.de/util/pre-commit
@@ -89,7 +89,7 @@ then
   exit_ok=no
 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
 if [ $? -ne 0 ]
 then
-- 
GitLab