Skip to content

Commit

Permalink
Merge pull request #277 from openedx/nedbat/catalog-info-name
Browse files Browse the repository at this point in the history
build: the name in catalog-info.yaml should be the repo name
  • Loading branch information
Feanil Patel authored Dec 19, 2023
2 parents 3daa67c + 4708a33 commit d468458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: backstage.io/v1alpha1
kind: "Component"
metadata:
name: 'opaque keys'
name: 'opaque-keys'
description: "A package for Open edX events tracking"
annotations:
# (Optional) Annotation keys and values can be whatever you want.
Expand All @@ -21,4 +21,4 @@ spec:
type: 'library'

# (Required) Acceptable Lifecycle Values: experimental, production, deprecated
lifecycle: 'production'
lifecycle: 'production'

0 comments on commit d468458

Please sign in to comment.