forked from toolshed/abra
refactor: drop unused function, rename GetAppsNames
This commit is contained in:
@ -111,7 +111,7 @@ var appLogsCommand = &cli.Command{
|
||||
return nil
|
||||
},
|
||||
BashComplete: func(c *cli.Context) {
|
||||
appNames, err := config.GetAppsNames()
|
||||
appNames, err := config.GetAppNames()
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user