fix: type -> recipe [ci skip]

This commit is contained in:
decentral1se 2022-02-02 20:48:12 +01:00
parent bdd9b0a1aa
commit dfb32cbb68
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

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})