Skip to content

Commit

Permalink
Merge branch 'main' of github.com:3sidedcube/cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuuudon committed Nov 20, 2024
2 parents f0f8ac4 + df32458 commit 3e1a580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/base/.platform/backstage/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: { { cookiecutter.name } }
description: { { cookiecutter.description } }
name: {{ cookiecutter.name }}
description: {{ cookiecutter.description }}
annotations:
backstage.io/source-location: url:https://github.com/3sidedcube/{{ cookiecutter.name }}
backstage.io/techdocs-ref: dir:../..
Expand Down

0 comments on commit 3e1a580

Please sign in to comment.