diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-03-08 23:01:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 23:01:53 +0300 |
commit | 622c04eee3452d753024a488ed4c1b3539e8389f (patch) | |
tree | da9f4c1082d329eb186b562726f20b79b802ec75 /test-vm/Vagrantfile | |
parent | ecd180a285ab5c594dd143674b2c49baf10002da (diff) | |
parent | 136a5217e3e3edda968ca191777ffb0408fffa10 (diff) |
Merge branch 'next' into truncate_composer_json
Diffstat (limited to 'test-vm/Vagrantfile')
-rw-r--r-- | test-vm/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-vm/Vagrantfile b/test-vm/Vagrantfile index ee53fcdf..a421c706 100644 --- a/test-vm/Vagrantfile +++ b/test-vm/Vagrantfile @@ -16,7 +16,7 @@ Vagrant.configure(2) do |config| # Bootstrap config.vm.provision :shell, path: "bootstrap.sh", privileged: false - config.vm.provision :shell, path: "plain.sh", privileged: false + config.vm.provision :shell, path: "../test-vm-providers/plain.sh", privileged: false config.vm.provision :shell, path: "antigen.sh" config.vm.provision :shell, path: "prezto.sh" config.vm.provision :shell, path: "omz.sh" |