core: set default server URL
This commit is contained in:
parent
ada5e8bf7f
commit
3348b5d7a6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue