Commit 9c551ee7 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: remove the ?direct in downloads to use CDN

parent cad67897
...@@ -83,7 +83,7 @@ helpers do ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment