website: Fixing download helper

This commit is contained in:
Armon Dadgar 2014-07-28 00:29:12 -04:00
parent bd93aac189
commit 1c56af7105
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ if ENV["TERRAFORM_VERSION"]
$terraform_files[os] << filename
end
$terraform_os = ["darwin", "linux", "windows"] & $consul_files.keys
$terraform_os += $consul_files.keys
$terraform_os = ["darwin", "linux", "windows"] & $terraform_files.keys
$terraform_os += $terraform_files.keys
$terraform_os.uniq!
$terraform_files.each do |key, value|