lib/cli/tunnel_helper.rb in vmc-0.3.14 vs lib/cli/tunnel_helper.rb in vmc-0.3.15.beta.1

- old
+ new

@@ -240,10 +240,10 @@ when "port" local_port when "user", "username" info["username"] else - info[$1] || err("Unknown symbol '#{$1}'") + info[$1] || ask($1) end end end def start_local_prog(client, info, port)