This commit is contained in:
Maxime 2024-04-05 01:56:25 +02:00
parent a5995b58b8
commit 5a447af956
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ else
exit 1
fi
git add STAGED_FILES
git add $STAGED_FILES
exit 0