From c2d4fb24f8d52ebfeba430fe3facb7cf51a20f7a Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 16 May 2017 08:53:03 +0200 Subject: [PATCH] fix provisioner run in up action --- lib/vagrant-lxd/action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-lxd/action.rb b/lib/vagrant-lxd/action.rb index ade6c3e..737f3ff 100644 --- a/lib/vagrant-lxd/action.rb +++ b/lib/vagrant-lxd/action.rb @@ -37,7 +37,7 @@ module VagrantPlugins b2.use action_start end end - b2.use action_provision + b.use action_provision end end