Initialize the connection ivar for SSH
This commit is contained in:
parent
186dde5e11
commit
d9f5cbce3e
|
@ -17,6 +17,7 @@ module Vagrant
|
|||
def initialize(vm)
|
||||
@vm = vm
|
||||
@logger = Log4r::Logger.new("vagrant::communication::ssh")
|
||||
@connection = nil
|
||||
end
|
||||
|
||||
def ready?
|
||||
|
|
Loading…
Reference in New Issue