core: default URL will be https

This commit is contained in:
Mitchell Hashimoto 2014-02-25 21:39:32 -08:00
parent b8676a65dd
commit dfee3f8445
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module Vagrant
# of Vagrant that may require remote access.
#
# @return [String]
DEFAULT_SERVER_URL = "http://www.vagrantcloud.com"
DEFAULT_SERVER_URL = "https://www.vagrantcloud.com"
# This returns whether or not 3rd party plugins should be loaded.
#