Merge pull request #20461 from Alan-Cha/main

Fix logging typo
This commit is contained in:
openshift-ci[bot] 2023-10-24 09:07:34 +00:00 committed by GitHub
commit c3b4711791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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