mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
website: Fixing download helper
This commit is contained in:
parent
bd93aac189
commit
1c56af7105
@ -21,8 +21,8 @@ if ENV["TERRAFORM_VERSION"]
|
|||||||
$terraform_files[os] << filename
|
$terraform_files[os] << filename
|
||||||
end
|
end
|
||||||
|
|
||||||
$terraform_os = ["darwin", "linux", "windows"] & $consul_files.keys
|
$terraform_os = ["darwin", "linux", "windows"] & $terraform_files.keys
|
||||||
$terraform_os += $consul_files.keys
|
$terraform_os += $terraform_files.keys
|
||||||
$terraform_os.uniq!
|
$terraform_os.uniq!
|
||||||
|
|
||||||
$terraform_files.each do |key, value|
|
$terraform_files.each do |key, value|
|
||||||
|
Loading…
Reference in New Issue
Block a user