forked from toolshed/abra
fix: completion doesn't fail silently now
Closes coop-cloud/organising#161.
This commit is contained in:
@ -57,7 +57,7 @@ var appDeployCommand = &cli.Command{
|
||||
BashComplete: func(c *cli.Context) {
|
||||
appNames, err := config.GetAppNames()
|
||||
if err != nil {
|
||||
return
|
||||
logrus.Warn(err)
|
||||
}
|
||||
if c.NArg() > 0 {
|
||||
return
|
||||
|
Reference in New Issue
Block a user