Skip to content

Commit

Permalink
chore(husky): fix commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Nov 18, 2024
1 parent 0bed980 commit 110cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bun run commitlint \${1}
bun run commitlint "$1"

0 comments on commit 110cb87

Please sign in to comment.