Use the new Atlas APIs for downloading boxes

This commit is contained in:
Seth Vargo 2015-02-02 18:14:21 -05:00
parent f0284d000b
commit bec0f28f40
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module Vagrant
raise Errors::BoxServerNotSet if !server
expanded = true
url[i] = "#{server}/#{url[i]}"
url[i] = "#{server}/api/v1/vagrant/#{url[i]}"
end
end