Merge branch 'master' of github.com:monarc-project/MonarcAppBO

pull/2/head
Cédric Bonhomme 2018-10-25 15:17:47 +02:00
commit ef8c9a7263
1 changed files with 1 additions and 1 deletions

2
vagrant/Vagrantfile vendored
View File

@ -53,7 +53,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
#
# # Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "2048"]
vb.customize ["modifyvm", :id, "--name", "MONARC BO - Ubuntu 17.10 - DEV"]
vb.customize ["modifyvm", :id, "--name", "MONARC BO - Ubuntu 18.04 - DEV"]
end
#
# View the documentation for the provider you're using for more