From c243004e25164facee67189f210d6a8fed6769d3 Mon Sep 17 00:00:00 2001 From: Pawel Krupa Date: Mon, 10 Sep 2018 15:18:07 +0200 Subject: [PATCH] use hacks in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d52f531977..a6ee445ec7 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ integration: go test -v sigs.k8s.io/cluster-api-provider-aws/test/integration fmt: - hack/verify-gofmt.sh + hack/go-fmt.sh . vet: - go vet ./... + hack/go-vet.sh ./...