mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
[Fix] forward_ports.rb@redirect_port: no implicit conversion of String into Array (TypeError)
This commit is contained in:
committed by
Darragh Bailey
parent
98e674d270
commit
c9cb598d70
@@ -93,7 +93,7 @@ module VagrantPlugins
|
|||||||
-N
|
-N
|
||||||
#{ssh_info[:host]}
|
#{ssh_info[:host]}
|
||||||
)
|
)
|
||||||
params += '-g' if gateway_ports
|
params <<= '-g' if gateway_ports
|
||||||
|
|
||||||
options = (%W(
|
options = (%W(
|
||||||
User=#{ssh_info[:username]}
|
User=#{ssh_info[:username]}
|
||||||
|
|||||||
Reference in New Issue
Block a user