diff --git a/lib/vagrant/shared_helpers.rb b/lib/vagrant/shared_helpers.rb index 5a054fafc..9f3a9db1f 100644 --- a/lib/vagrant/shared_helpers.rb +++ b/lib/vagrant/shared_helpers.rb @@ -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.