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:
Rick Rackow
2023-11-03 14:16:18 +01:00
committed by Rick Rackow
parent 0904c19422
commit b5f854458d

View File

@ -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)