Skip to content

Commit

Permalink
Merge pull request #91 from SteveWooding/remove-default-server-url
Browse files Browse the repository at this point in the history
fix: Remove default server URL setting
  • Loading branch information
karlud authored Apr 5, 2018
2 parents 484c2b9 + bc4a6d5 commit 6b91fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# vi: set ft=ruby :

Vagrant.configure("2") do |config|
Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com')
config.vm.box = "bento/ubuntu-16.04"
config.vm.box_version = "= 2.3.5"
config.vm.synced_folder ".", "/vagrant"
Expand Down

0 comments on commit 6b91fe6

Please sign in to comment.