Skip to content

Commit

Permalink
cleanup: fix the pre-commit-golang repo link
Browse files Browse the repository at this point in the history
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
  • Loading branch information
karthik-us committed Apr 19, 2023
1 parent 7b44054 commit 8b657e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-signoff

# 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
hooks:
- id: go-fmt
Expand Down

0 comments on commit 8b657e0

Please sign in to comment.