Skip to content

Commit 3c19ef3

Browse files
author
Daniel Hiltgen
committed
Sync with machine 0.5.0-rc3
1 parent 667b956 commit 3c19ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kvm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ func (d *Driver) PreCreateCheck() error {
296296
}
297297

298298
func (d *Driver) Create() error {
299-
b2dutils := mcnutils.NewB2dUtils("", "", d.StorePath)
299+
b2dutils := mcnutils.NewB2dUtils(d.StorePath)
300300
if err := b2dutils.CopyIsoToMachineDir(d.Boot2DockerURL, d.MachineName); err != nil {
301301
return err
302302
}

0 commit comments

Comments
 (0)