SSH communication should inherit from Base
This commit is contained in:
parent
47a368fbfd
commit
7ed9f8bd73
|
@ -11,7 +11,7 @@ require 'vagrant/util/retryable'
|
|||
module Vagrant
|
||||
module Communication
|
||||
# Provides communication with the VM via SSH.
|
||||
class SSH
|
||||
class SSH < Base
|
||||
include Util::Retryable
|
||||
|
||||
def initialize(vm)
|
||||
|
|
Loading…
Reference in New Issue