Skip to content

Commit 651fca8

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

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-
publish: ## Build and publish operator.
318+
catalog-render: ## Build and publish operator.
319319
$(OPM) render $(BUNDLE_IMG) --output=yaml >> catalog/index.yaml
320320
$(OPM) validate catalog
321321

0 commit comments

Comments
 (0)