Skip to content

Commit 38bd1ac

Browse files
committed
Fix arguments to conversion-gen when run outside of GOPATH
1 parent 4a68ed2 commit 38bd1ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ generate-go-core: $(CONTROLLER_GEN) $(CONVERSION_GEN)
209209
paths=./cmd/clusterctl/...
210210
$(CONVERSION_GEN) \
211211
--input-dirs=./api/v1alpha2 \
212+
--extra-peer-dirs=./api/v1alpha3 \
212213
--output-file-base=zz_generated.conversion \
213214
--go-header-file=./hack/boilerplate/boilerplate.generatego.txt
214215

0 commit comments

Comments
 (0)