Merge pull request #43 from bfirsh/document-checking-vboxmanage

Document VBoxManage check
This commit is contained in:
Ben Firshman 2014-12-08 20:14:33 +00:00
commit 78684f6431
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ func (d *Driver) Create() error {
isoURL string isoURL string
) )
// Check that VBoxManage exists and works
if err = vbm(""); err != nil { if err = vbm(""); err != nil {
return err return err
} }