Update builder/vagrant/driver_2_2.go

This commit is contained in:
Adrien Delorme 2019-05-13 10:43:09 +02:00 committed by GitHub
parent ff59cfdaae
commit 783f6938cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func (d *Vagrant_2_2_Driver) Destroy(id string) error {
// Calls "vagrant package"
func (d *Vagrant_2_2_Driver) Package(args []string) error {
// Ideally we'd pass vagrantCWD into the package command but
// we have to change directorie into the vagrant cwd instead in order to
// we have to change directory into the vagrant cwd instead in order to
// work around an upstream bug with the vagrant-libvirt plugin.
// We can stop doing this when
// https://github.com/vagrant-libvirt/vagrant-libvirt/issues/765