@@ -1,4 +1,4 @@
#!/usr/bin/env sh
-. "$(dirname "$0")/h"
+. "$(dirname -- "$0")/_/husky.sh"
-npx --no-install commitlint --edit ""
+npx --no-install commitlint --edit ""
@@ -1,5 +1,5 @@
# 获取当前分支名
branch_name=$(git rev-parse --abbrev-ref HEAD)