Skip to content

Commit bd06a7a

Browse files
author
Feanil Patel
authored
Merge pull request #940 from openedx/nedbat/catalog-info-name
build: the name in catalog-info.yaml should be the repo name
2 parents 275b7f9 + 01e1dd0 commit bd06a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catalog-info.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: backstage.io/v1alpha1
44
kind: Component
55
metadata:
6-
name: 'Profile'
6+
name: 'frontend-app-profile'
77
description: 'This is a micro-frontend application responsible for the display and updating of user profiles.'
88
links:
99
- url: 'https://github.com/openedx/frontend-app-profile/blob/master/README.rst'
@@ -21,4 +21,4 @@ spec:
2121
type: 'service'
2222
lifecycle: 'production'
2323
owner: 2U-aperture
24-
# (Optional) An array of different components or resources.
24+
# (Optional) An array of different components or resources.

0 commit comments

Comments
 (0)