mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Use the new Atlas APIs for downloading boxes
This commit is contained in:
parent
f0284d000b
commit
bec0f28f40
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue