workaround for not working redirect downloading Vagrant image
See hashicorp/vagrant#9442
This commit is contained in:
parent
ad6047ec76
commit
527f9b9a8c
3
imperialspeculate/Vagrantfile
vendored
3
imperialspeculate/Vagrantfile
vendored
|
@ -1,6 +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')
|
||||
|
||||
# All Vagrant configuration is done below. The "2" in Vagrant.configure
|
||||
# configures the configuration version (we support older styles for
|
||||
# backwards compatibility). Please don't change it unless you know what
|
||||
|
|
Loading…
Reference in a new issue