Skip to content

Commit

Permalink
🐛 Update seeded rulebundle description for Azure (konveyor#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed May 10, 2023
1 parent 9f34c15 commit 5804de1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions migration/v3/seed/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package seed

import (
"encoding/json"

"github.com/konveyor/tackle2-hub/model"
"github.com/konveyor/tackle2-hub/settings"
"gorm.io/gorm"
Expand Down Expand Up @@ -113,7 +114,6 @@ const imgVirt = `
</svg>
`

//
// Seed the database with models.
func Seed(db *gorm.DB) {
settings := []model.Setting{
Expand Down Expand Up @@ -286,7 +286,7 @@ func Seed(db *gorm.DB) {
RuleBundle: model.RuleBundle{
Kind: "category",
Name: "Azure",
Description: "Upgrade your Java application so it can be deployed in different flavors of Azure.",
Description: "Upgrade your Java application so it can be deployed on Azure App Service.",
RuleSets: []model.RuleSet{
{
Name: "Azure App Service",
Expand All @@ -306,7 +306,7 @@ func Seed(db *gorm.DB) {
excluded: !Settings.Product,
RuleBundle: model.RuleBundle{
Name: "Azure",
Description: "Upgrade your Java application so it can be deployed in different flavors of Azure.",
Description: "Upgrade your Java application so it can be deployed on Azure App Service.",
RuleSets: []model.RuleSet{
{
Name: "Azure App Service",
Expand Down

0 comments on commit 5804de1

Please sign in to comment.