mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #862 from nickbroon/udp_fix_doh
FIX: env is an instance variable
This commit is contained in:
commit
58f11c536c
@ -48,7 +48,7 @@ module VagrantPlugins
|
||||
))
|
||||
|
||||
if fp[:protocol] == 'udp'
|
||||
env[:ui].warn I18n.t('vagrant_libvirt.warnings.forwarding_udp')
|
||||
@env[:ui].warn I18n.t('vagrant_libvirt.warnings.forwarding_udp')
|
||||
next
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user