refactor: CreateTable2 -> CreateTable [ci skip]

This commit is contained in:
2024-07-16 22:45:03 +02:00
parent a41a36b8fd
commit b5493ba059
12 changed files with 15 additions and 15 deletions

View File

@ -116,7 +116,7 @@ var appSecretGenerateCommand = cli.Command{
}
headers := []string{"NAME", "VALUE"}
table, err := formatter.CreateTable2()
table, err := formatter.CreateTable()
if err != nil {
log.Fatal(err)
}
@ -365,7 +365,7 @@ var appSecretLsCommand = cli.Command{
}
headers := []string{"NAME", "VERSION", "GENERATED NAME", "CREATED ON SERVER"}
table, err := formatter.CreateTable2()
table, err := formatter.CreateTable()
if err != nil {
log.Fatal(err)
}