Merge pull request #862 from nickbroon/udp_fix_doh

FIX: env is an instance variable
This commit is contained in:
Gerben Meijer 2018-02-03 14:10:10 +01:00 committed by GitHub
commit 58f11c536c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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