website: fix download URLs

This commit is contained in:
Mitchell Hashimoto 2014-08-05 14:45:55 -07:00
parent 265f8895ce
commit 21c7265237
1 changed files with 1 additions and 1 deletions

View File

@ -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