Skip to content

Commit 7c3cfb3

Browse files
authored
chore(repo): Use bash shebang in pre-commit (clerk#2031)
1 parent d65d36f commit 7c3cfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
. "$(dirname "$0")/_/husky.sh"
33

44
##############################

0 commit comments

Comments
 (0)