Skip to content

Commit

Permalink
Merge branch 'main' into UD-1300-costly-scan-scheduling-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm authored Mar 22, 2024
2 parents c51630c + 0df16af commit 49a266f
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 @@ -227,7 +227,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(LOCALBIN)
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9

.PHONY: addlicense
addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary
Expand Down

0 comments on commit 49a266f

Please sign in to comment.