Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #67 from bfirsh/fix-vbm-test
Browse files Browse the repository at this point in the history
Fix test for VBoxManage
  • Loading branch information
bfirsh committed Dec 10, 2014
2 parents 99554a4 + 1d83284 commit 4e719d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/virtualbox/virtualbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (d *Driver) Create() error {
)

// Check that VBoxManage exists and works
if err = vbm(""); err != nil {
if err = vbm(); err != nil {
return err
}

Expand Down

0 comments on commit 4e719d4

Please sign in to comment.