forked from toolshed/abra
refactor: CreateTable2 -> CreateTable [ci skip]
This commit is contained in:
@ -41,7 +41,7 @@ var recipeListCommand = cli.Command{
|
||||
recipes := catl.Flatten()
|
||||
sort.Sort(recipe.ByRecipeName(recipes))
|
||||
|
||||
table, err := formatter.CreateTable2()
|
||||
table, err := formatter.CreateTable()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user