Fix a terrible typo that causes vagrant ssh to fail
This commit is contained in:
parent
d0c85afd47
commit
586f506eff
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue