Browse Source

fix provisioner run in up action

master
Georg Hopp 9 years ago
parent
commit
c2d4fb24f8
  1. 2
      lib/vagrant-lxd/action.rb

2
lib/vagrant-lxd/action.rb

@ -37,7 +37,7 @@ module VagrantPlugins
b2.use action_start b2.use action_start
end end
end end
b2.use action_provision
b.use action_provision
end end
end end

Loading…
Cancel
Save