commands/ssh: use proper variable

This commit is contained in:
Mitchell Hashimoto 2013-12-13 22:32:01 -08:00
parent 2bebf188d6
commit 2c568a75f2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ module VagrantPlugins
return exit_status return exit_status
else else
@logger.debug("Invoking `ssh` action on machine") @logger.debug("Invoking `ssh` action on machine")
vm.action(:ssh, :ssh_opts => opts) vm.action(:ssh, :ssh_opts => ssh_opts)
# We should never reach this point, since the point of `ssh` # We should never reach this point, since the point of `ssh`
# is to exec into the proper SSH shell, but we'll just return # is to exec into the proper SSH shell, but we'll just return