Skip to content

Commit 4f62c0a

Browse files
authored
Merge pull request #8 from stdedos/patch-1
Fix `.pre-commit-config.yaml` file, with the correct fetching protocol
2 parents a4be1d0 + 17cc29e commit 4f62c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pre-commit install
1313
Add a file named `.pre-commit-config.yaml` into the root directory of your repository
1414
```yaml
1515
repos:
16-
- repo: git://github.com/Bahjat/pre-commit-golang
16+
- repo: https://github.com/Bahjat/pre-commit-golang
1717
rev: master
1818
hooks:
1919
- id: go-fmt-import

0 commit comments

Comments
 (0)