website: fix download URLs

pull/155/head
Mitchell Hashimoto 12 years ago
parent 265f8895ce
commit 21c7265237

@ -18,7 +18,7 @@ if ENV["TERRAFORM_VERSION"]
next if os == "web"
$terraform_files[os] ||= []
$terraform_files[os] << filename
$terraform_files[os] << "terraform_#{filename}"
end
$terraform_os = ["darwin", "linux", "windows"] & $terraform_files.keys

Loading…
Cancel
Save