diff options
Diffstat (limited to 'src/ci/git-pre-receive.sh')
-rwxr-xr-x | src/ci/git-pre-receive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/git-pre-receive.sh b/src/ci/git-pre-receive.sh index 8cd83ee..051aec5 100755 --- a/src/ci/git-pre-receive.sh +++ b/src/ci/git-pre-receive.sh @@ -9,6 +9,6 @@ if [ "$SHA" = '0000000000000000000000000000000000000000' ]; then fi printf 'Upgrading post-receive hook...' >&2 -git show "$SHA":src/infrastructure/ci/git-post-receive.sh > hooks/post-receive +git show "$SHA":src/ci/git-post-receive.sh > hooks/post-receive chmod +x hooks/post-receive printf 'done.\n' >&2 |