Fix pre-commit setup

This commit is contained in:
Jordan Carlin 2025-04-17 13:06:59 -07:00
parent a3de429fc9
commit f284d864f7
No known key found for this signature in database

View file

@ -52,8 +52,10 @@ else
fi
if [ ! -e "${WALLY}/.git/hooks/pre-commit" ]; then
pushd "${WALLY}" || exit 1
echo "Installing pre-commit hooks"
pre-commit install
popd || exit
fi
echo "setup done"