mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
cleanup: fix the pre-commit-golang repo link
Initialization of pre-commit-golang environment is failing when using the git://github.com/dnephin/pre-commit-golang repo link. Changing it to https://github.com/dnephin/pre-commit-golang fixed the issue. Signed-off-by: karthik-us <ksubrahm@redhat.com> Fixes: #3760
This commit is contained in:
parent
44612fe34c
commit
ecbac2182b
@ -8,7 +8,7 @@ repos:
|
|||||||
- id: check-signoff
|
- id: check-signoff
|
||||||
|
|
||||||
# Catch gofmt issues, if any.
|
# Catch gofmt issues, if any.
|
||||||
- repo: git://github.com/dnephin/pre-commit-golang
|
- repo: https://github.com/dnephin/pre-commit-golang
|
||||||
rev: v0.3.5
|
rev: v0.3.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: go-fmt
|
- id: go-fmt
|
||||||
|
Loading…
Reference in New Issue
Block a user