Update builder/vagrant/driver_2_2.go

Co-Authored-By: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
Megan Marsh 2020-01-15 13:12:44 -08:00 committed by GitHub
parent 48811ed4e5
commit a847530a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ func (d *Vagrant_2_2_Driver) vagrantCmd(args ...string) (string, string, error)
stdout, err := cmd.StdoutPipe()
if err != nil {
log.Printf("error getting out pioe")
log.Printf("error getting out pipe")
}
err = cmd.Start()