We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5e44f commit 663d146Copy full SHA for 663d146
Makefile
@@ -556,7 +556,7 @@ konflux-fix-catalog-name: ## Fix catalog package name for TALM
556
if [ "$$(uname)" = "Darwin" ]; then \
557
sed -i '' 's/cluster-group-upgrades-operator/topology-aware-lifecycle-manager/g' .konflux/catalog/$(PACKAGE_NAME_KONFLUX)/catalog.yaml; \
558
else \
559
- sed -i 's/cluster-group-upgrades-operator/topology-aware-lifecycle-manager/g' .konflux/catalog/$(PACKAGE_NAME_KONFLUX)/catalog.yaml; \
+ sed -i 's/cluster-group-upgrades-operator/topology-aware-lifecycle-manager/g' .konflux/catalog/$(PACKAGE_NAME_KONFLUX)/catalog.json; \
560
fi
561
562
.PHONY: konflux-validate-catalog-template-bundle
0 commit comments