diff --git a/.husky/commit-msg b/.husky/commit-msg index 61e13c0e..e2f1f077 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -[[ -n $HUSKY_BYPASS ]] || npx commitlint --edit $1 +[ -n "$HUSKY_BYPASS" ] || npx commitlint --edit $1