Skip to content

Commit

Permalink
chore: update shebang for prepare-commit-msg script (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Mitsu <tech.mitsu.yuki@gmail.com>
  • Loading branch information
mitsu-yuki authored Dec 1, 2024
1 parent 7a79b9e commit fc8a7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/templates/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

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

0 comments on commit fc8a7d5

Please sign in to comment.