forked from toolshed/abra
refactor: drop unused function, rename GetAppsNames
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user