fix: type -> recipe [ci skip]

This commit is contained in:
2022-02-02 20:48:12 +01:00
parent bdd9b0a1aa
commit dfb32cbb68

View File

@ -137,7 +137,7 @@ func NewAction(c *cli.Context) error {
NewAppServer = "local"
}
tableCol := []string{"server", "type", "domain"}
tableCol := []string{"server", "recipe", "domain"}
table := formatter.CreateTable(tableCol)
table.Append([]string{NewAppServer, recipe.Name, Domain})