diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 8c0d404..659865f 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # # # Use VBoxManage to customize the VM. For example to change memory: vb.customize ["modifyvm", :id, "--memory", "1024"] - vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 17.10 - DEV 2"] + vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04 - DEV"] end # # View the documentation for the provider you're using for more