mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
If a box is added directly without a version, vagrant will default set it to 0. When this occurs it is necessary to ensure use of mtime to distinguish when the disk image in the box was last updated to allow replacement of the box to trigger a fresh upload. Fixes: #1382