Skip to content

Commit

Permalink
Merge pull request #1646 from tnozicka/fix-mktemp
Browse files Browse the repository at this point in the history
Fix workouround for controler-gen interpreting numbers in file paths
  • Loading branch information
scylla-operator-bot[bot] authored Dec 18, 2023
2 parents ccc5684 + ff739ef commit df40b6e
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 /tmp/crd-XXXXXX)
verify-crds: tmp_dir :=$(shell mktemp -d /tmp/crd-TMPXXXXXX)
verify-crds:
mkdir '$(tmp_dir)'/{original,generated}

Expand Down

0 comments on commit df40b6e

Please sign in to comment.