forked from forgejo/forgejo
Update code.gitea.io/git dependency (#2149)
This commit is contained in:
parent
a739991b36
commit
7d61834dc9
2 changed files with 4 additions and 4 deletions
2
vendor/code.gitea.io/git/Makefile
generated
vendored
2
vendor/code.gitea.io/git/Makefile
generated
vendored
|
@ -18,7 +18,7 @@ generate:
|
|||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
find . -name "*.go" -type f -not -path "./vendor/*" -not -path "./benchmark/*" | xargs gofmt -s -w
|
||||
find . -name "*.go" -type f ! -path "./vendor/*" ! -path "./benchmark/*" | xargs gofmt -s -w
|
||||
|
||||
.PHONY: vet
|
||||
vet:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue