treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-hooks/post-receive1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-hooks/post-receive b/git-hooks/post-receive
index 2c425d7..5301672 100755
--- a/git-hooks/post-receive
+++ b/git-hooks/post-receive
@@ -29,4 +29,5 @@ for d in dirs:
with open(hookpath, "w") as fd:
fd.write(file)
+ # make hook executable
check(["chmod", "+x", hookpath])