Skip to content

Commit

Permalink
Remove redundant arguments from "NewB2dUtils" function call
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Oct 28, 2015
1 parent 360a481 commit 1be66d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallels.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (d *Driver) Create() error {
err 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 1be66d3

Please sign in to comment.