Skip to content

Commit 663d146

Browse files
committed
rename catalog.yaml to catalog.json
1 parent 9f5e44f commit 663d146

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
@@ -556,7 +556,7 @@ konflux-fix-catalog-name: ## Fix catalog package name for TALM
556556
if [ "$$(uname)" = "Darwin" ]; then \
557557
sed -i '' 's/cluster-group-upgrades-operator/topology-aware-lifecycle-manager/g' .konflux/catalog/$(PACKAGE_NAME_KONFLUX)/catalog.yaml; \
558558
else \
559-
sed -i 's/cluster-group-upgrades-operator/topology-aware-lifecycle-manager/g' .konflux/catalog/$(PACKAGE_NAME_KONFLUX)/catalog.yaml; \
559+
sed -i 's/cluster-group-upgrades-operator/topology-aware-lifecycle-manager/g' .konflux/catalog/$(PACKAGE_NAME_KONFLUX)/catalog.json; \
560560
fi
561561

562562
.PHONY: konflux-validate-catalog-template-bundle

0 commit comments

Comments
 (0)