mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #67 from bfirsh/fix-vbm-test
Fix test for VBoxManage
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user