diff --git a/lamp-xenial64-fpm/Vagrantfile b/lamp-xenial64-fpm/Vagrantfile index 7104f42..350a969 100644 --- a/lamp-xenial64-fpm/Vagrantfile +++ b/lamp-xenial64-fpm/Vagrantfile @@ -71,7 +71,7 @@ Vagrant.configure(2) do |config| # SHELL config.vm.provider "virtualbox" do |vb| - vb.customize ["modifyvm", :id, "--memory", "1024"] + vb.customize ["modifyvm", :id, "--memory", "1024"] vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"] end