Update builder/vagrant/driver_2_2.go

pull/7633/head
Adrien Delorme 7 years ago committed by GitHub
parent ff59cfdaae
commit 783f6938cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save