From 50ac887fb996b5fe0c8382228857b2fa9b673f8a Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Tue, 12 Dec 2017 20:12:28 -0500 Subject: [PATCH] As requested.. Again. Signed-off-by: David Manouchehri --- scripts/Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Vagrantfile b/scripts/Vagrantfile index 56f836b12..7125a5c8b 100644 --- a/scripts/Vagrantfile +++ b/scripts/Vagrantfile @@ -1,6 +1,5 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -# Author: David Manouchehri Vagrant.configure("2") do |config| config.vm.box = "bento/ubuntu-16.04"