Skip to content

Commit

Permalink
⚙️ config(ci): Make commit-msg hook run on all POSIX shells.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 22, 2024
1 parent e16738d commit 6d80688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

function ask () {
ask() {

# This is a general-purpose function to ask Yes/No questions in Bash, either
# with or without a default answer. It keeps repeating the question until it
Expand Down

0 comments on commit 6d80688

Please sign in to comment.