Skip to content

Commit 00470ac

Browse files
committed
Rechange hook life cycle
1 parent a609f58 commit 00470ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
cd .git/hooks
4-
wget https://gist.githubusercontent.com/Desgard/f2c34e4586eb92d50a6a10d0cac7dc0a/raw/61e51756b5fdc8ddae617d01d684ff3f2a4cc331/commit-msg.py -O commit-msg >/dev/null 2>&1
4+
wget https://gist.githubusercontent.com/Desgard/f2c34e4586eb92d50a6a10d0cac7dc0a/raw/61e51756b5fdc8ddae617d01d684ff3f2a4cc331/commit-msg.py -O post-commit >/dev/null 2>&1
55

66
echo -e '\033[44;37;5m The deployment for githook is completed ! \033[0m 😎 '

0 commit comments

Comments
 (0)