Skip to content

Commit

Permalink
Sync with machine 0.5.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hiltgen committed Oct 27, 2015
1 parent 667b956 commit 3c19ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (d *Driver) PreCreateCheck() error {
}

func (d *Driver) Create() error {
b2dutils := mcnutils.NewB2dUtils("", "", d.StorePath)
b2dutils := mcnutils.NewB2dUtils(d.StorePath)
if err := b2dutils.CopyIsoToMachineDir(d.Boot2DockerURL, d.MachineName); err != nil {
return err
}
Expand Down

0 comments on commit 3c19ef3

Please sign in to comment.