forked from toolshed/abra
fix: show "local" instead of "default"
This commit is contained in:
@ -210,6 +210,10 @@ func action(c *cli.Context) error {
|
||||
}
|
||||
}
|
||||
|
||||
if newAppServer == "default" {
|
||||
newAppServer = "local"
|
||||
}
|
||||
|
||||
tableCol := []string{"Name", "Domain", "Type", "Server"}
|
||||
table := abraFormatter.CreateTable(tableCol)
|
||||
table.Append([]string{sanitisedAppName, domain, recipe.Name, newAppServer})
|
||||
|
Reference in New Issue
Block a user