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