Skip to content

Commit 19db582

Browse files
committed
Update Makefile to support file paths with space
characters.
1 parent 16052be commit 19db582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and Cust
160160
.PHONY: generate
161161
generate: controller-gen protoc ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations. Also generate protoc / gRPC code
162162
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
163-
PATH=$(PATH):$(shell pwd)/bin/proto/bin && $(PROTOC) --go_out=. --go-grpc_out=. pkg/peerhealth/peerhealth.proto
163+
PATH='$(PATH)':$(shell pwd)/bin/proto/bin && $(PROTOC) --go_out=. --go-grpc_out=. pkg/peerhealth/peerhealth.proto
164164

165165
.PHONY: fmt
166166
fmt: ## Run go fmt against code.

0 commit comments

Comments
 (0)