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

@ -38,7 +38,7 @@ volumes as eligiblef or pruning once undeployed.
return nil
},
BashComplete: func(c *cli.Context) {
appNames, err := config.GetDeployedApps()
appNames, err := config.GetAppNames()
if err != nil {
return
}