forked from toolshed/abra
		
	fix: prompt for container choice correctly on run [ci skip]
This commit is contained in:
		| @ -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) | ||||
| 		} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user