summaryrefslogtreecommitdiff
path: root/pkg/machine/libvirt/machine.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/machine/libvirt/machine.go')
-rw-r--r--pkg/machine/libvirt/machine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/libvirt/machine.go b/pkg/machine/libvirt/machine.go
index 2c907ba5f..c38f63853 100644
--- a/pkg/machine/libvirt/machine.go
+++ b/pkg/machine/libvirt/machine.go
@@ -2,7 +2,7 @@ package libvirt
import "github.com/containers/podman/v3/pkg/machine"
-func (v *MachineVM) Create(name string, opts machine.CreateOptions) error {
+func (v *MachineVM) Init(name string, opts machine.InitOptions) error {
return nil
}