mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Fix link to pre-commit hook (#1431)
This commit is contained in:
parent
bd03528d33
commit
dd164e153d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ and verify you did get version `0.3.4-nightly (6714a44 2017-12-23)` or newer.
|
||||||
|
|
||||||
## Install git pre-commit hook
|
## Install git pre-commit hook
|
||||||
|
|
||||||
There is a basic git [pre-commit](../.hooks/pre-commit) hook in the repo.
|
There is a basic git [pre-commit](.hooks/pre-commit) hook in the repo.
|
||||||
|
|
||||||
The pre-commit hook will not prevent commits if style issues are present but it will
|
The pre-commit hook will not prevent commits if style issues are present but it will
|
||||||
indicate any files that need formatting.
|
indicate any files that need formatting.
|
||||||
|
|
Loading…
Reference in a new issue