From 7a0f054f1a4172faed4ef37ddecd509300cdff22 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 23 Sep 2024 20:49:26 +0200 Subject: [PATCH] test --- hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pre-commit b/hooks/pre-commit index b19949d1a..70ffd76ac 100644 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -7,7 +7,7 @@ fi $(pwd)/vendor/bin/pint $@ # Get the list of files that were modified by Pint modified_files=$(git diff --name-only --cached) - +echo $modified_files # Add the modified files back to the staging area if [ -n "$modified_files" ]; then echo "Adding fixed files to the commit..."