From 1157ec40c65b6e2429f10e00444f6e6853d65f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 24 Apr 2019 11:27:16 +0200 Subject: [PATCH] Renamed vm name with vagrant --- vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index fd6a458..5bac620 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", "1024"] - vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04 - 1"] + vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04"] end # # View the documentation for the provider you're using for more