From 676a011784606a1911346b625b1cb55f06191e72 Mon Sep 17 00:00:00 2001 From: Sven Mika Date: Fri, 7 Feb 2020 20:38:14 +0100 Subject: [PATCH] Make sure pre-push is executable. (#7079) --- setup_hooks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_hooks.sh b/setup_hooks.sh index 0e4fcece4..105597f01 100755 --- a/setup_hooks.sh +++ b/setup_hooks.sh @@ -1,2 +1,3 @@ #!/bin/bash +chmod +x $PWD/scripts/pre-push ln -s $PWD/scripts/pre-push $PWD/.git/hooks/pre-push