From 7ecbd7fbb349ea5c4916677f992508f5b4011149 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 14 Aug 2018 08:42:08 +1000 Subject: update pre-commit hook --- test/repos/pre_commit_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/repos/pre_commit_hook.sh b/test/repos/pre_commit_hook.sh index 8857f4145..1c24bf19f 100755 --- a/test/repos/pre_commit_hook.sh +++ b/test/repos/pre_commit_hook.sh @@ -2,7 +2,7 @@ set -ex; rm -rf repo; mkdir repo; cd repo git init -cp ../pre-commit .git/hooks/pre-commit +cp ../extras/pre-commit .git/hooks/pre-commit chmod +x .git/hooks/pre-commit echo "file" > file -- cgit v1.2.3