mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
website: fix website for downloads for 0.1.1
This commit is contained in:
parent
afc942358d
commit
8391c80723
@ -13,7 +13,7 @@ if ENV["TERRAFORM_VERSION"]
|
||||
response.body.split("\n").each do |line|
|
||||
next if line !~ /\/mitchellh\/terraform\/terraform_(#{Regexp.quote(ENV["TERRAFORM_VERSION"])}.+?)'/
|
||||
filename = $1.to_s
|
||||
os = filename.split("_")[2]
|
||||
os = filename.split("_")[1]
|
||||
next if os == "SHA256SUMS"
|
||||
next if os == "web"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user