aboutsummaryrefslogtreecommitdiff
path: root/pkg/machine/qemu/options_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/machine/qemu/options_darwin.go')
-rw-r--r--pkg/machine/qemu/options_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/qemu/options_darwin.go b/pkg/machine/qemu/options_darwin.go
index 46ccf24cb..440937131 100644
--- a/pkg/machine/qemu/options_darwin.go
+++ b/pkg/machine/qemu/options_darwin.go
@@ -6,7 +6,7 @@ import (
"github.com/pkg/errors"
)
-func getSocketDir() (string, error) {
+func getRuntimeDir() (string, error) {
tmpDir, ok := os.LookupEnv("TMPDIR")
if !ok {
return "", errors.New("unable to resolve TMPDIR")