Skip to content

Commit 1a1b15d

Browse files
committed
add script to set up hooks
1 parent 1d152f5 commit 1a1b15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING/install_hooks.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set -euo pipefail
44

5-
ln -sf ./hooks/* ../.git/hooks/
5+
ln -sf $(pwd)/hooks/* ../.git/hooks/
66

0 commit comments

Comments
 (0)