updated hooks folder location

This commit is contained in:
Leyla Becker 2024-09-21 12:24:54 -05:00
parent 630eb55f09
commit a0e047db97
3 changed files with 1 additions and 1 deletions

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
git stash -q --keep-index
./lint.sh
RESULT=$?
git add -u
exit $RESULT