From 7e79d593659b3e520ba32a9fd372940c33f8d286 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 13 Mar 2014 09:42:39 -0300 Subject: [PATCH] core: Fix `vagrant ssh` [GH-252] --- lib/vagrant-lxc/action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-lxc/action.rb b/lib/vagrant-lxc/action.rb index ce53061..ad72314 100644 --- a/lib/vagrant-lxc/action.rb +++ b/lib/vagrant-lxc/action.rb @@ -218,7 +218,7 @@ module Vagrant next end - b3.use BuiltIn::SSHExec + b3.use Builtin::SSHExec end end end