Skip to content

Commit fc8a7d5

Browse files
authored
chore: update shebang for prepare-commit-msg script (#200)
Signed-off-by: Mitsu <[email protected]>
1 parent 7a79b9e commit fc8a7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/templates/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
if [[ "$2" != "message" && "$2" != "commit" ]]; then
44
codegpt commit --file $1 --preview --no_confirm

0 commit comments

Comments
 (0)