From 8b4df060021a982bc275b03f1202041c54f42fa4 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Mon, 20 Aug 2018 15:47:42 -0700 Subject: [PATCH] fix 'undefined variable' --- offspringidea/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offspringidea/Vagrantfile b/offspringidea/Vagrantfile index fb1d313..8eceeb5 100644 --- a/offspringidea/Vagrantfile +++ b/offspringidea/Vagrantfile @@ -19,7 +19,7 @@ Vagrant.configure("2") do |config| config.disksize.size = "120GB" ubuntu2.vm.network "private_network", ip: "192.168.33.120" - sap.vm.provider "virtualbox" do |vb| + ubuntu2.vm.provider "virtualbox" do |vb| vb.gui = false vb.memory = "4096" end