From fae13d24b603de6c2521c21f6086e952fecafb40 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 18 Dec 2023 17:32:35 -0500 Subject: [PATCH] build: the name in catalog-info.yaml should be the repo name --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 3dbfd40..6e5014a 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,7 +4,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: 'Blockstore' + name: 'blockstore' description: "A system for storing versioned, reusable educational content for Open edX." annotations: # (Optional) Annotation keys and values can be whatever you want.