mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
fix: adjust helper string in machine_common
[NO NEW TESTS NEEDED] Signed-off-by: Rick Rackow <rick.rackow@gmail.com>
This commit is contained in:
@ -131,7 +131,7 @@ address can't be used by podman. `
|
|||||||
fmtString += `If you would like to install it, run the following commands:
|
fmtString += `If you would like to install it, run the following commands:
|
||||||
|
|
||||||
sudo %s install
|
sudo %s install
|
||||||
podman machine stop%[1]s; podman machine start%[1]s
|
podman machine stop%[2]s; podman machine start%[2]s
|
||||||
|
|
||||||
`
|
`
|
||||||
fmt.Printf(fmtString, helper, suffix)
|
fmt.Printf(fmtString, helper, suffix)
|
||||||
|
Reference in New Issue
Block a user