Skip to content

Commit 206e5c0

Browse files
committed
Fix makefile
1 parent e54ad17 commit 206e5c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@ vet:
6868
.PHONY: generate
6969
generate: controller-gen client-gen
7070
$(shell go env GOPATH)/bin/controller-gen object:headerFile=./hack/boilerplate.go.txt paths=./pkg/apis/...
71-
$(shell go env GOPATH)/bin/client-gen --output-package=github.com/replicatedhq/troubleshoot/pkg/client --clientset-name troubleshootclientset --input-base github.com/replicatedhq/troubleshoot/pkg/apis --input troubleshoot/v1beta1 -h ./hack/boilerplate.go.txt
71+
$(shell go env GOPATH)/bin/client-gen \
72+
--output-package=github.com/replicatedhq/troubleshoot/pkg/client \
73+
--clientset-name troubleshootclientset \
74+
--input-base github.com/replicatedhq/troubleshoot/pkg/apis \
75+
--input troubleshoot/v1beta1 \
76+
-h ./hack/boilerplate.go.txt
7277

7378
.PHONY: openapischema
7479
openapischema: controller-gen

0 commit comments

Comments
 (0)