We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674dbc4 commit d7ec122Copy full SHA for d7ec122
internal/libvirt/utils/libvirtutils.go
@@ -39,8 +39,6 @@ func wellKnownSocketPaths() []string {
39
40
if runtime.GOOS == "darwin" && runtime.GOARCH == "arm64" {
41
paths = append(paths, filepath.Join("/", "opt", "homebrew", "var", "run", "libvirt", "libvirt-sock"))
42
- } else {
43
- paths = append(paths, filepath.Join("/", "var", "run", "libvirt", "libvirt-sock"))
44
}
45
46
return paths
0 commit comments