Make sure pre-push is executable. (#7079)

This commit is contained in:
Sven Mika 2020-02-07 20:38:14 +01:00 committed by GitHub
parent 3333ee84a5
commit 676a011784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,3 @@
#!/bin/bash
chmod +x $PWD/scripts/pre-push
ln -s $PWD/scripts/pre-push $PWD/.git/hooks/pre-push