Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: update commit-msg hook to be proper Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Mar 5, 2019
1 parent 8f78e5a commit e8b587e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/githooks/commit-msg
Expand Up @@ -4,4 +4,4 @@
# This is necessary to facilitate automated package publishing.

# This utility's configuration resides in .commitlintrc.js file.
echo "$(<"$1")" | ./node_modules/.bin/commitlint
./node_modules/.bin/commitlint < "$1"

0 comments on commit e8b587e

Please sign in to comment.