From 9c0754f24c145327448f5a169414d72a8cc068ab Mon Sep 17 00:00:00 2001 From: oatakan Date: Mon, 16 Sep 2019 11:51:34 -0500 Subject: [PATCH] fix Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index fd269c1..c6dcd6b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,5 +25,5 @@ Vagrant.configure("2") do |config| vb.customize ["modifyvm", :id, "--vram", "32"] vb.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ] end - + end end \ No newline at end of file