fix: typo
This commit is contained in:
parent
307acf1d52
commit
39cdb5c6af
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -108,7 +108,7 @@ test: fmt-check
|
|||
vet:
|
||||
@echo "Running go vet..."
|
||||
@$(GO) build code.gitea.io/gitea-vet
|
||||
@$(GO) vet -vettool=gitea-vet %(GO_PACKAGES_TO_VET)
|
||||
@$(GO) vet -vettool=gitea-vet $(GO_PACKAGES_TO_VET)
|
||||
|
||||
install: $(GOFILES)
|
||||
$(GO) install -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue