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

Document VBoxManage check #43

Merged
merged 1 commit into from Dec 8, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/virtualbox/virtualbox.go
Expand Up @@ -91,6 +91,7 @@ func (d *Driver) Create() error {
isoURL string
)

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