Skip to content

Commit

Permalink
fix: missing rest-builder template in interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Oct 6, 2021
1 parent 3e7c3e2 commit ea32cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfr/pkg/cmd/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func init() {
func promptCreateChoices(cmd *cobra.Command, args []string) {
promptTemplate := promptui.Select{
Label: "Choose a template",
Items: []string{"api", "docker", "mvc-portlet", "service-builder", "spring-mvc-portlet", "workspace"},
Items: []string{"api", "docker", "mvc-portlet", "rest-builder", "service-builder", "spring-mvc-portlet", "workspace"},
}

_, template, err := promptTemplate.Run()
Expand Down

0 comments on commit ea32cda

Please sign in to comment.