mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
remove not require return
This commit is contained in:
parent
90a20462c2
commit
2ac0855a1f
@ -167,7 +167,7 @@ module VagrantPlugins
|
||||
# TODO only iterate over networks of type private_network
|
||||
# and prepend the management network to that list
|
||||
@logger.debug "Did not find network so using default of #{@management_network_name}"
|
||||
return @management_network_name
|
||||
@management_network_name
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user