Skip to content

Commit

Permalink
Fix make link to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni authored and nyalldawson committed Aug 15, 2020
1 parent ce5c55f commit fe0c845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -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 ../../scripts/prepare_commit.sh .git/hooks/pre-commit
ln -s $PWD/scripts/prepare_commit.sh ./.git/hooks/pre-commit

Getting your pull request merged
--------------------------------
Expand Down

0 comments on commit fe0c845

Please sign in to comment.