Skip to content

Commit

Permalink
chore: update commit-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan committed Jul 28, 2022
1 parent 6825166 commit 9e822f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .husky/commit-msg
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit ""
npx --no -- commitlint --edit "${1}"

0 comments on commit 9e822f6

Please sign in to comment.