From 5a8eada1111890096edcf5af368bab1480db3e45 Mon Sep 17 00:00:00 2001 From: Ismail Sunni Date: Tue, 25 Aug 2020 11:48:57 +0200 Subject: [PATCH] Revert "Fix make link to pre-commit" This reverts commit fe0c845fc69520c7a393b6486f0601618226b4a4. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3593b61780b..be19672e24b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 --------------------------------