[Fix] forward_ports.rb@redirect_port: no implicit conversion of String into Array (TypeError)

This commit is contained in:
Babacar TALL
2023-01-16 12:59:41 +01:00
committed by Darragh Bailey
parent 98e674d270
commit c9cb598d70

View File

@@ -93,7 +93,7 @@ module VagrantPlugins
-N
#{ssh_info[:host]}
)
params += '-g' if gateway_ports
params <<= '-g' if gateway_ports
options = (%W(
User=#{ssh_info[:username]}