fix: prompt for container choice correctly on run [ci skip]

This commit is contained in:
decentral1se 2022-02-22 11:47:20 +01:00
parent 3f838038d5
commit ecbeacf10f
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}