Skip to content

Commit

Permalink
Merge pull request #1553 from tnozicka/fix-tmp-dir
Browse files Browse the repository at this point in the history
Fix crd tmpdir location in Makefile
  • Loading branch information
scylla-operator-bot[bot] authored Nov 10, 2023
2 parents e98944a + 482724e commit 89c4e6f
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 crd-XXXXXX)
verify-crds: tmp_dir :=$(shell mktemp -d /tmp/crd-XXXXXX)
verify-crds:
mkdir '$(tmp_dir)'/{original,generated}

Expand Down

0 comments on commit 89c4e6f

Please sign in to comment.