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