mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
The fog-libvirt volumes filter behaves differently than the others in that it returns an empty volume object if nothing is found. This has the potential to change in the future so guard against an empty result as well by checking if the assigned first element is nil.