From 168339dd20dd3f8750f9d8e8cbe9ac0d4db4b2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 10 Oct 2018 14:06:14 +0200 Subject: [PATCH] Updated VirtualBox name of the development environment. --- vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 7da6b8c..3585101 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -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