forked from coop-cloud/abra
fix: prompt for container choice correctly on run [ci skip]
This commit is contained in:
parent
3f838038d5
commit
ecbeacf10f
@ -63,7 +63,7 @@ var appRunCommand = cli.Command{
|
||||
filters := filters.NewArgs()
|
||||
filters.Add("name", stackAndServiceName)
|
||||
|
||||
targetContainer, err := containerPkg.GetContainer(context.Background(), cl, filters, true)
|
||||
targetContainer, err := containerPkg.GetContainer(context.Background(), cl, filters, false)
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user