Commit c2d4fb24f8d52ebfeba430fe3facb7cf51a20f7a

Authored by Georg Hopp
1 parent 861f23d4

fix provisioner run in up action

Showing 1 changed file with 1 additions and 1 deletions
@@ -37,7 +37,7 @@ module VagrantPlugins @@ -37,7 +37,7 @@ module VagrantPlugins
37 b2.use action_start 37 b2.use action_start
38 end 38 end
39 end 39 end
40 - b2.use action_provision 40 + b.use action_provision
41 end 41 end
42 end 42 end
43 43
Please register or login to post a comment