cmd: set correct parent for container exec

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2020-04-28 14:15:39 +02:00
parent ebf041652e
commit e76c8527dc

View File

@ -70,7 +70,7 @@ func init() {
registry.Commands = append(registry.Commands, registry.CliCommand{ registry.Commands = append(registry.Commands, registry.CliCommand{
Mode: []entities.EngineMode{entities.ABIMode}, Mode: []entities.EngineMode{entities.ABIMode},
Command: containerExecCommand, Command: containerExecCommand,
Parent: containerCommitCommand, Parent: containerCmd,
}) })
containerExecFlags := containerExecCommand.Flags() containerExecFlags := containerExecCommand.Flags()