Skip to content

Commit

Permalink
fallback to manual run if precommit fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh-Rathod committed Jul 22, 2024
1 parent 3739dbd commit 49c6f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/.husky/check-staged-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
git add .
popd > /dev/null
else
echo "Spotless apply failed for server files"
echo "Spotless apply failed, please run mvn spotless:apply"
popd > /dev/null
exit 1
fi
Expand Down

0 comments on commit 49c6f9c

Please sign in to comment.