From 23c98f64aaa7884d1d4871ff6a3c6029f3f3dee0 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Wed, 8 Jan 2020 14:31:43 +0100 Subject: [PATCH] Don't force Vagrant::DEFAULT_SERVER_URL (doesn't work with recent Vagrant version) --- Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 8d0b67d..fe5d6ab 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,8 +1,6 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com') - # Load ~/.VagrantFile if exist, permit local config provider vagrantfile = File.join("#{Dir.home}", '.VagrantFile') load File.expand_path(vagrantfile) if File.exists?(vagrantfile)