Skip to content

Commit

Permalink
fix: remove unnecessary echo statement from pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kostikovk committed Mar 3, 2025
1 parent 12b9f43 commit f75cc78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .hooky/git-hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh

make pre-commit

echo 'Hey 👋, Hooky!'
make pre-commit

0 comments on commit f75cc78

Please sign in to comment.