mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Fix machine inspect test config
Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
parent
28b5a6e5f0
commit
eeff3d2de8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue