From 23ee2bf873defa0424a307c48f0e3037eb06dd1e Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Fri, 11 May 2018 19:35:38 -0700 Subject: [PATCH] uncomment work around https://github.com/stationgroup/vagrant-labs/commit/01baf3d0ec25ffe27990bf9e97cfeae3a323a9f1 --- package_updates/Vagrantfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package_updates/Vagrantfile b/package_updates/Vagrantfile index 7b87e14..95ee069 100644 --- a/package_updates/Vagrantfile +++ b/package_updates/Vagrantfile @@ -1,8 +1,9 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -# https://github.com/hashicorp/vagrant/issues/9442#issuecomment-363080565 -Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com') +# https://github.com/hashicorp/vagrant/issues/9442#issuecomment-363080565 +# Uncomment below if you need the work around. +# Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com') # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for