mirror of https://github.com/containers/podman.git
Fix machine inspect test config
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
parent
28b5a6e5f0
commit
eeff3d2de8
|
@ -13,7 +13,7 @@ func (i *inspectMachine) buildCmd(m *machineTestBuilder) []string {
|
|||
if len(i.format) > 0 {
|
||||
cmd = append(cmd, "--format", i.format)
|
||||
}
|
||||
cmd = append(cmd, m.names...)
|
||||
cmd = append(cmd, m.name)
|
||||
i.cmd = cmd
|
||||
return cmd
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue