We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc9423 commit 8391c80Copy full SHA for 8391c80
1 file changed
website/helpers/download_helpers.rb
@@ -13,7 +13,7 @@
13
response.body.split("\n").each do |line|
14
next if line !~ /\/mitchellh\/terraform\/terraform_(#{Regexp.quote(ENV["TERRAFORM_VERSION"])}.+?)'/
15
filename = $1.to_s
16
- os = filename.split("_")[2]
+ os = filename.split("_")[1]
17
next if os == "SHA256SUMS"
18
next if os == "web"
19
0 commit comments