Skip to content

Commit

Permalink
fix: backstage inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt committed May 1, 2024
1 parent f08f332 commit 2538757
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions generators/backstage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ export default class extends Generator {
{
type: 'input',
name: 'type',
message: 'Type:',
message: 'Type (service, website, library):',
},
{
type: 'lifecycle',
name: 'type',
type: 'input',
name: 'lifecycle',
message: 'Lifecycle:',
},
{
type: 'owner',
name: 'team',
message: 'Team:',
type: 'input',
name: 'owner',
message: 'Owner:',
},
].map(generateSetDefaultFromDoc(this.answers));

Expand Down

0 comments on commit 2538757

Please sign in to comment.