Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / virtualization / podman / rm-podman-mac-helper-msg.patch
blob5663f5e8a018b161d0261cf87cbdfb864fe3405d
1 diff --git a/pkg/machine/machine_common.go b/pkg/machine/machine_common.go
2 index 649748947..a981d93bf 100644
3 --- a/pkg/machine/machine_common.go
4 +++ b/pkg/machine/machine_common.go
5 @@ -127,14 +127,6 @@ address can't be used by podman. `
7 if len(helper) < 1 {
8 fmt.Print(fmtString)
9 - } else {
10 - fmtString += `If you would like to install it run the\nfollowing commands:
12 - sudo %s install
13 - podman machine stop%[1]s; podman machine start%[1]s
15 - `
16 - fmt.Printf(fmtString, helper, suffix)
18 case MachineLocal:
19 fmt.Printf("\nAnother process was listening on the default Docker API socket address.\n")