Use the new Atlas APIs for downloading boxes
This commit is contained in:
parent
f0284d000b
commit
bec0f28f40
|
@ -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 New Issue