Skip to content

Commit

Permalink
revert commit f623a51
Browse files Browse the repository at this point in the history
  • Loading branch information
Shai1-Levi committed Jan 30, 2025
1 parent f623a51 commit dfd6b47
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 @@ -479,7 +479,7 @@ add_channel_entry_for_the_bundle:
.PHONY: catalog-build
catalog-build: opm ## Build a file-based catalog image.
# Remove the catalog directory and Dockerfile
rm -r ${CATALOG_DIR} ${CATALOG_DOCKERFILE}
-rm -r ${CATALOG_DIR} ${CATALOG_DOCKERFILE}
@mkdir -p ${CATALOG_DIR}
$(OPM) generate dockerfile ${CATALOG_DIR}
$(OPM) init ${OPERATOR_NAME} \
Expand Down

0 comments on commit dfd6b47

Please sign in to comment.