Skip to content

Commit

Permalink
Avoid controller-gen issue with path parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Nov 9, 2023
1 parent 827cdda commit bded9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ update-crds:
$(call generate-crds,)
.PHONY: update-crds

verify-crds: tmp_dir :=$(shell mktemp -d)
verify-crds: tmp_dir :=$(shell mktemp -d crd-XXXXXX)
verify-crds:
mkdir '$(tmp_dir)'/{original,generated}

Expand Down

0 comments on commit bded9e7

Please sign in to comment.