Skip to content

Commit 168060b

Browse files
#2543 chore: fix shebang in post-checkout hook to use sh
Co-authored-by: JoernBerkefeld <1917227+JoernBerkefeld@users.noreply.github.com>
1 parent 41258f7 commit 168060b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.husky/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
# ### git commit message template ###
33
git config commit.template .git/templatemessage
44
TICKETID=`git rev-parse --abbrev-ref HEAD | LC_ALL=en_US.utf8 grep -oP '^((feature|bug|bugfix|fix|hotfix|task|chore)\/)?\K\d{1,7}' || true`

0 commit comments

Comments
 (0)