Skip to content

Commit 7a0f054

Browse files
committed
test
1 parent 00e1464 commit 7a0f054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77
$(pwd)/vendor/bin/pint $@
88
# Get the list of files that were modified by Pint
99
modified_files=$(git diff --name-only --cached)
10-
10+
echo $modified_files
1111
# Add the modified files back to the staging area
1212
if [ -n "$modified_files" ]; then
1313
echo "Adding fixed files to the commit..."

0 commit comments

Comments
 (0)