diff options
| author | patrick-scho | 2025-06-03 14:52:28 +0200 |
|---|---|---|
| committer | patrick-scho | 2025-06-03 14:52:28 +0200 |
| commit | 1a40e097c8854d5a0e65c070addaa7e3337635c0 (patch) | |
| tree | 07ed49e6f4c6d46d08f08134a639a7a6d5176ecb | |
| parent | 90adeedc76015870bacbe292de6331d077307200 (diff) | |
| download | git-hooks-1a40e097c8854d5a0e65c070addaa7e3337635c0.tar.gz git-hooks-1a40e097c8854d5a0e65c070addaa7e3337635c0.zip | |
| -rwxr-xr-x | git-hooks/post-receive | 1 |
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]) |
