mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
website: fix download URLs
This commit is contained in:
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…
Reference in New Issue
Block a user