mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Fix broken Makefiles.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
GOBIN := $(shell go env GOPATH)/bin
|
||||
|
||||
all: generate license fix vet fmt test lint tidy
|
||||
all: generate license fix vet fmt test tidy
|
||||
|
||||
fix:
|
||||
go fix ./...
|
||||
@@ -33,4 +33,3 @@ test:
|
||||
|
||||
vet:
|
||||
go vet ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user