core: set default server URL

This commit is contained in:
Mitchell Hashimoto 2014-03-05 07:20:52 -08:00
parent ada5e8bf7f
commit 3348b5d7a6
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 = "https://www.vagrantcloud.com"
DEFAULT_SERVER_URL = "https://vagrantcloud.com"
# This returns a true/false showing whether we're running from the
# environment setup by the Vagrant installers.