From 1850670f1ebebc613734a3a1e207e0d366b4332c Mon Sep 17 00:00:00 2001 From: Alan Cha Date: Mon, 23 Oct 2023 23:21:55 -0400 Subject: [PATCH] Fix typo Signed-off-by: Alan Cha --- pkg/machine/machine_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/machine/machine_common.go b/pkg/machine/machine_common.go index 6497489472..870ef1defa 100644 --- a/pkg/machine/machine_common.go +++ b/pkg/machine/machine_common.go @@ -128,7 +128,7 @@ address can't be used by podman. ` if len(helper) < 1 { fmt.Print(fmtString) } 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 podman machine stop%[1]s; podman machine start%[1]s