SSH communication should inherit from Base

This commit is contained in:
Mitchell Hashimoto 2012-01-06 17:24:47 -08:00
parent 47a368fbfd
commit 7ed9f8bd73
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ require 'vagrant/util/retryable'
module Vagrant module Vagrant
module Communication module Communication
# Provides communication with the VM via SSH. # Provides communication with the VM via SSH.
class SSH class SSH < Base
include Util::Retryable include Util::Retryable
def initialize(vm) def initialize(vm)