From d8b186272499961cdbed66f64b53d0f01ad7606b Mon Sep 17 00:00:00 2001 From: Ian Bolton Date: Wed, 10 May 2023 15:15:26 -0400 Subject: [PATCH] :bug: [backport] Update seeded rulebundle description for Azure (#319) (#321) https://issues.redhat.com/browse/MTA-468 Signed-off-by: ibolton336 --- migration/v3/seed/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migration/v3/seed/main.go b/migration/v3/seed/main.go index 9a8f9306..bde44dfe 100644 --- a/migration/v3/seed/main.go +++ b/migration/v3/seed/main.go @@ -2,6 +2,7 @@ package seed import ( "encoding/json" + "github.com/konveyor/tackle2-hub/model" "github.com/konveyor/tackle2-hub/settings" "gorm.io/gorm" @@ -113,7 +114,6 @@ const imgVirt = ` ` -// // Seed the database with models. func Seed(db *gorm.DB) { settings := []model.Setting{ @@ -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", @@ -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",