website: remove the ?direct in downloads to use CDN
This commit is contained in:
parent
cad6789704
commit
9c551ee737
|
@ -83,7 +83,7 @@ helpers do
|
||||||
end
|
end
|
||||||
|
|
||||||
def download_url(file)
|
def download_url(file)
|
||||||
"https://dl.bintray.com/mitchellh/packer/#{file}?direct"
|
"https://dl.bintray.com/mitchellh/packer/#{file}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def latest_version
|
def latest_version
|
||||||
|
|
Loading…
Reference in New Issue