test
This commit is contained in:
parent
00e1464185
commit
7a0f054f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue