Skip to content

Commit b3de04c

Browse files
committed
Fixed catalog-render
1 parent 651fca8 commit b3de04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ endif
315315

316316
# Render bundle to the catalog index.
317317
.PHONY: catalog-render
318-
catalog-render: ## Build and publish operator.
318+
catalog-render: opm ## Render bundle to catalog index.
319319
$(OPM) render $(BUNDLE_IMG) --output=yaml >> catalog/index.yaml
320320
$(OPM) validate catalog
321321

0 commit comments

Comments
 (0)