Don't force Vagrant::DEFAULT_SERVER_URL (doesn't work with recent Vagrant version)
This commit is contained in:
parent
b3dcc3ac13
commit
a45a130e60
1 changed files with 0 additions and 2 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue