diff --git a/.husky/commit-msg b/.husky/commit-msg index 600e37294..e1d2cd99f 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -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