Skip to content

Commit

Permalink
fix: fix commit-msg executable
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed May 11, 2024
1 parent ced215a commit d2eda39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .husky/commit-msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit \$1
npx --no -- commitlint --edit "$1"

0 comments on commit d2eda39

Please sign in to comment.