Skip to content

Commit

Permalink
use hacks in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Sep 10, 2018
1 parent 0ff532b commit c243004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit c243004

Please sign in to comment.