From 63af287e21240ca09ebffee6b246440ebb7e346b Mon Sep 17 00:00:00 2001 From: Asif R Choudhury Date: Mon, 25 Aug 2014 13:21:01 -0500 Subject: [PATCH] Asif | Modified the Vagrantfile to simplify creation of dev environment, and reflected changes in README --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 92dca8c..22e9639 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Every Vagrant virtual environment requires a box to build off of. config.vm.box = "asifrc/silvernitrate" - # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs # `vagrant box outdated`. This is not recommended.