Fix syntax error for exception message.

This commit is contained in:
Zev Blut 2012-01-12 14:59:02 +09:00
parent 70705d2861
commit ed894ab3a3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ module Vagrant
if Util::Platform.windows?
raise Errors::SSHUnavailableWindows, :host => ssh_info[:host],
:port => ssh_info[:port],
:username => ssh_info[:username,
:username => ssh_info[:username],
:key_path => ssh_info[:private_key_path]
end