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 667b956 commit 3c19ef3Copy full SHA for 3c19ef3
kvm.go
@@ -296,7 +296,7 @@ func (d *Driver) PreCreateCheck() error {
296
}
297
298
func (d *Driver) Create() error {
299
- b2dutils := mcnutils.NewB2dUtils("", "", d.StorePath)
+ b2dutils := mcnutils.NewB2dUtils(d.StorePath)
300
if err := b2dutils.CopyIsoToMachineDir(d.Boot2DockerURL, d.MachineName); err != nil {
301
return err
302
0 commit comments