Fix a terrible typo that causes vagrant ssh to fail

This commit is contained in:
Mitchell Hashimoto 2012-01-05 23:08:20 -08:00
parent d0c85afd47
commit 586f506eff
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module Vagrant
# If plain mode is enabled then we don't do any authentication (we don't
# set a user or an identity file)
plain_mode = options[:plain_mode]
plain_mode = opts[:plain_mode]
options = {}
options[:port] = port(opts)