aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/machine/platform.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/machine/platform.go')
-rw-r--r--cmd/podman/machine/platform.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/machine/platform.go b/cmd/podman/machine/platform.go
index 77fec083e..5ba649a48 100644
--- a/cmd/podman/machine/platform.go
+++ b/cmd/podman/machine/platform.go
@@ -8,6 +8,6 @@ import (
"github.com/containers/podman/v4/pkg/machine/qemu"
)
-func getSystemDefaultProvider() machine.Provider {
+func GetSystemDefaultProvider() machine.Provider {
return qemu.GetQemuProvider()
}