mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Fix typo
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
This commit is contained in:
@ -128,7 +128,7 @@ address can't be used by podman. `
|
|||||||
if len(helper) < 1 {
|
if len(helper) < 1 {
|
||||||
fmt.Print(fmtString)
|
fmt.Print(fmtString)
|
||||||
} else {
|
} else {
|
||||||
fmtString += `If you would like to install it run the\nfollowing 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%[1]s; podman machine start%[1]s
|
||||||
|
Reference in New Issue
Block a user