aboutsummaryrefslogtreecommitdiffstats
path: root/.husky/commit-msg
diff options
context:
space:
mode:
Diffstat (limited to '.husky/commit-msg')
-rwxr-xr-x.husky/commit-msg6
1 files changed, 3 insertions, 3 deletions
diff --git a/.husky/commit-msg b/.husky/commit-msg
index e8511ea..80416c7 100755
--- a/.husky/commit-msg
+++ b/.husky/commit-msg
@@ -1,4 +1,4 @@
-#!/bin/sh
-. "$(dirname "$0")/_/husky.sh"
+#!/usr/bin/env sh
+. "$(dirname -- "$0")/_/husky.sh"
-npx --no-install commitlint --edit $1
+npx --no-install commitlint --edit "$1"