Skip to content

Commit

Permalink
podman: Remove mac helper message
Browse files Browse the repository at this point in the history
  • Loading branch information
zaphar committed Mar 28, 2024
1 parent eef4cad commit 6cdc09e
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ diff --git a/pkg/machine/machine_common.go b/pkg/machine/machine_common.go
index 4e43dd54c..a981d93bf 100644
--- a/pkg/machine/machine_common.go
+++ b/pkg/machine/machine_common.go
@@ -127,14 +127,6 @@ address can't be used by podman. `
@@ -60,14 +60,7 @@ address can't be used by podman. `

if len(helper) < 1 {
fmt.Print(fmtString)
fmt.Print(fmtString)
- } else {
- fmtString += `If you would like to install it, run the following commands:
-
- sudo %s install
- podman machine stop%[2]s; podman machine start%[2]s
-
- `
- fmt.Printf(fmtString, helper, suffix)
}
case MachineLocal:
fmt.Printf("\nAnother process was listening on the default Docker API socket address.\n")
-`
fmt.Printf(fmtString, helper, suffix)
}
case MachineLocal:
fmt.Printf("\nAnother process was listening on the default Docker API socket address.\n")

0 comments on commit 6cdc09e

Please sign in to comment.