Fix copy/paste error referencing Virtualbox

This commit is contained in:
DanHam 2018-03-29 01:19:15 +01:00
parent 1aee759f06
commit 94d5a7f2e2
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
}
// Run executes a Packer build and returns a packer.Artifact representing
// a VirtualBox appliance.
// a VMware image.
func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packer.Artifact, error) {
driver, err := vmwcommon.NewDriver(&b.config.DriverConfig, &b.config.SSHConfig)
if err != nil {