Skip to content

Commit

Permalink
chore(git): change commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Jun 17, 2021
1 parent 7b68f50 commit 581a605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks:
- test -f .git/hooks/commit-msg
- test ! -w .git/hooks/commit-msg
cmds:
- curl --fail -o .git/hooks/commit-msg https://raw.githubusercontent.com/hazcod/semantic-commit-hook/master/commit-msg
- curl --fail -o .git/hooks/commit-msg https://gist.githubusercontent.com/MrMarble/509ae7fdec449b7fbe10fa11eb54bc16/raw/9789eb6e184dfddf64c34f3545b4d1e3bc275f36/commit-msg
- chmod 500 .git/hooks/commit-msg
generates:
- .git/hooks/commit-msg
Expand Down

0 comments on commit 581a605

Please sign in to comment.