Skip to content

Commit

Permalink
rebase PR
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Dec 27, 2024
1 parent 90a8c3e commit 09594d3
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 @@ -204,7 +204,7 @@ $(ENVTEST): $(LOCALBIN)
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest,$(ENVTEST_VERSION))

.PHONY: crd-ref-docs
crd-ref-docs: $(CRD_REF_DOCS) ## Install crd-ref-docs tool, ref: https://github.com/elastic/crd-ref-docs.
crd-ref-docs: $(CRD_REF_DOCS) ## Install crd-ref-docs tool.
$(CRD_REF_DOCS): $(LOCALBIN)
$(call go-install-tool,$(CRD_REF_DOCS),github.com/elastic/crd-ref-docs@$(CRD_REF_DOCS_VERSION))

Expand Down

0 comments on commit 09594d3

Please sign in to comment.