refactor: drop unused function, rename GetAppsNames
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2021-09-08 13:43:55 +02:00
parent 4c216fdf40
commit cf2653fef8
6 changed files with 8 additions and 30 deletions

View File

@ -156,7 +156,7 @@ var appRemoveCommand = &cli.Command{
return nil
},
BashComplete: func(c *cli.Context) {
appNames, err := config.GetAppsNames()
appNames, err := config.GetAppNames()
if err != nil {
return
}