Revert "Fix make link to pre-commit"

This reverts commit fe0c845fc69520c7a393b6486f0601618226b4a4.
This commit is contained in:
Ismail Sunni 2020-08-25 11:48:57 +02:00 committed by GitHub
parent e113771fa0
commit 5a8eada111

View File

@ -13,7 +13,7 @@ by running the prepare commit script **before** issuing `git commit`.
This can be automated by setting up the pre-commit hook properly.
ln -s $PWD/scripts/prepare_commit.sh ./.git/hooks/pre-commit
ln -s ../../scripts/prepare_commit.sh .git/hooks/pre-commit
Getting your pull request merged
--------------------------------