Commit 475783e8 authored by Steve Tjoa's avatar Steve Tjoa

fixing version number to 0.2.1 for vagrant box

parent 6764fe72
......@@ -6,6 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = 'stevetjoa/stanford-mir'
config.vm.box_version = '0.2.1'
config.vm.hostname = 'stanford-mir'
config.vm.boot_timeout = 60
config.vm.synced_folder ".", "/vagrant", disabled: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment