website: another attempt

This commit is contained in:
Mitchell Hashimoto 2014-08-05 14:48:04 -07:00
parent 1244bff399
commit 374d0a5b50
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ if ENV["TERRAFORM_VERSION"]
next if os == "web"
$terraform_files[os] ||= []
$terraform_files[os] << "terraform_#{filename}"
$terraform_files[os] << filename
end
$terraform_os = ["darwin", "linux", "windows"] & $terraform_files.keys
@ -54,7 +54,7 @@ module DownloadHelpers
end
def download_url(file)
"https://dl.bintray.com/mitchellh/terraform/#{file}"
"https://dl.bintray.com/mitchellh/terraform/terraform_#{file}"
end
def latest_version