mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
hashicorp/vagrant#11465 introduced a new option --no-tty which silences progress bars so they don't spam logs when Vagrant is used non-interactively. First Vagrant version with this change is v2.2.8. However, existing code needs to be slightly updated to cooperate with the new option correctly, otherwise the progress bars spam the logs with empty lines/warnings instead of remaining silent. Fixes: #1106