Skip to content

Commit

Permalink
Merge pull request containers#15916 from ashley-cui/machstarting
Browse files Browse the repository at this point in the history
Fix machine starting state
  • Loading branch information
openshift-merge-robot authored Sep 27, 2022
2 parents 98e2627 + 3a5b5d0 commit f51aeb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/podman/machine/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func toMachineFormat(vms []*machine.ListResponse) ([]*entities.ListReporter, err
response.Port = vm.Port
response.RemoteUsername = vm.RemoteUsername
response.IdentityPath = vm.IdentityPath
response.Starting = vm.Starting

machineResponses = append(machineResponses, response)
}
Expand Down

0 comments on commit f51aeb4

Please sign in to comment.