Skip to content

Commit

Permalink
build: the name in catalog-info.yaml should be the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Dec 18, 2023
1 parent 275b7f9 commit 01e1dd0
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 @@ -3,7 +3,7 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: 'Profile'
name: 'frontend-app-profile'
description: 'This is a micro-frontend application responsible for the display and updating of user profiles.'
links:
- url: 'https://github.com/openedx/frontend-app-profile/blob/master/README.rst'
Expand All @@ -21,4 +21,4 @@ spec:
type: 'service'
lifecycle: 'production'
owner: 2U-aperture
# (Optional) An array of different components or resources.
# (Optional) An array of different components or resources.

0 comments on commit 01e1dd0

Please sign in to comment.