Post-commit hook URL fix
Updating CONTRIBUTING to include the correct URL for the post-commit hook. Docker-DCO-1.1-Signed-off-by: Aaron Huslage <huslage@gmail.com> (github: huslage)
This commit is contained in:
parent
e9fd8e285e
commit
10766e1fb4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ editors have plugins that do this automatically, and there's also a git
|
|||
pre-commit hook:
|
||||
|
||||
```
|
||||
curl -o .git/hooks/pre-commit https://raw.github.com/edsrzf/gofmt-git-hook/master/fmt-check && chmod +x .git/hooks/pre-commit
|
||||
curl -o .git/hooks/pre-commit https://raw.githubusercontent.com/edsrzf/gofmt-git-hook/master/fmt-check && chmod +x .git/hooks/pre-commit
|
||||
```
|
||||
|
||||
Pull requests descriptions should be as clear as possible and include a
|
||||
|
|
Loading…
Add table
Reference in a new issue