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 37 b2.use action_start
38 38 end
39 39 end
40   - b2.use action_provision
  40 + b.use action_provision
41 41 end
42 42 end
43 43
... ...
Please register or login to post a comment