Fix Vagrantfile

This commit is contained in:
Kevin Ballard 2017-04-29 14:53:47 -07:00
parent 0c69eeca07
commit e73eb2dc1a

2
Vagrantfile vendored
View File

@ -1,3 +1,5 @@
require 'date'
Vagrant.configure(2) do |config|
config.vm.provider :virtualbox do |v|
v.name = 'exa'