summaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/git/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/code.gitea.io/git/Makefile')
-rw-r--r--vendor/code.gitea.io/git/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/code.gitea.io/git/Makefile b/vendor/code.gitea.io/git/Makefile
index 04fb8f5875..683b8e522e 100644
--- a/vendor/code.gitea.io/git/Makefile
+++ b/vendor/code.gitea.io/git/Makefile
@@ -18,7 +18,7 @@ generate:
.PHONY: fmt
fmt:
- go fmt $(PACKAGES)
+ find . -name "*.go" -type f -not -path "./vendor/*" | xargs gofmt -s -w
.PHONY: vet
vet: