Skip to content

Commit d7ec122

Browse files
committed
Remove duplicate path
1 parent 674dbc4 commit d7ec122

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/libvirt/utils/libvirtutils.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ func wellKnownSocketPaths() []string {
3939

4040
if runtime.GOOS == "darwin" && runtime.GOARCH == "arm64" {
4141
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"))
4442
}
4543

4644
return paths

0 commit comments

Comments
 (0)