Skip to content

Commit

Permalink
Update pre-commit hook to be bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Nov 21, 2023
1 parent 8f8345d commit 656fa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# A hook script to verify what is about to be committed.
# Called by "git commit" with no arguments. The hook should
Expand Down

0 comments on commit 656fa9d

Please sign in to comment.