Skip to content

Commit

Permalink
Fix bad pre-commit installation
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Apr 23, 2022
1 parent 0807d31 commit 2d07cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function updateenv() {
echo "pip install completed"
echo
if [[ $dev =~ ^[Yy]$ ]]; then
${PYTHON} -m pre-commit install
${PYTHON} -m pre_commit install
if [ $? -ne 0 ]; then
echo "Failed installing pre-commit"
exit 1
Expand Down

0 comments on commit 2d07cbc

Please sign in to comment.