Skip to content

Commit 93b8e00

Browse files
committed
nit: formatting issue with Makefile
Signed-off-by: Paul Bastide <[email protected]>
1 parent 4add599 commit 93b8e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ build: fmt vet
3838
controller-gen: ## Download controller-gen locally if necessary.
3939
ifeq (, $(shell which controller-gen))
4040
go install sigs.k8s.io/controller-tools/cmd/[email protected]
41-
CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen
41+
CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen
4242
else
43-
CONTROLLER_GEN=$(shell which controller-gen)
43+
CONTROLLER_GEN=$(shell which controller-gen)
4444
endif
4545

4646
.PHONY: generate

0 commit comments

Comments
 (0)