mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
typo
This commit is contained in:
parent
b20c99ffd8
commit
91fa94c62b
@ -60,7 +60,7 @@ module VagrantPlugins
|
|||||||
forward_mode: 'nat',
|
forward_mode: 'nat',
|
||||||
}.merge(options)
|
}.merge(options)
|
||||||
|
|
||||||
if options[:type] == :dhcp && !options[:ip]
|
if options[:type] == :dhcp && options[:ip].nil?
|
||||||
options[:network_name] = "vagrant-private-dhcp"
|
options[:network_name] = "vagrant-private-dhcp"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user