evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / po / podman / rm-podman-mac-helper-msg.patch
blob4cc253c4c68f0b2b94855346315a7274a060a168
1 diff --git a/pkg/machine/machine_common.go b/pkg/machine/machine_common.go
2 index 1afc3d15b..a8aafcaae 100644
3 --- a/pkg/machine/machine_common.go
4 +++ b/pkg/machine/machine_common.go
5 @@ -33,13 +33,8 @@ func GetDevNullFiles() (*os.File, *os.File, error) {
6 // WaitAPIAndPrintInfo prints info about the machine and does a ping test on the
7 // API socket
8 func WaitAPIAndPrintInfo(forwardState APIForwardingState, name, helper, forwardSock string, noInfo, rootful bool) {
9 - suffix := ""
10 var fmtString string
12 - if name != DefaultMachineName {
13 - suffix = " " + name
14 - }
16 if forwardState == NoForwarding {
17 return
19 @@ -61,14 +56,6 @@ address can't be used by podman. `
21 if len(helper) < 1 {
22 fmt.Print(fmtString)
23 - } else {
24 - fmtString += `If you would like to install it, run the following commands:
26 - sudo %s install
27 - podman machine stop%[2]s; podman machine start%[2]s
30 - fmt.Printf(fmtString, helper, suffix)
32 case MachineLocal:
33 fmt.Printf("\nAnother process was listening on the default Docker API socket address.\n")