Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8391c80

Browse files
committed
website: fix website for downloads for 0.1.1
1 parent afc9423 commit 8391c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/helpers/download_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
response.body.split("\n").each do |line|
1414
next if line !~ /\/mitchellh\/terraform\/terraform_(#{Regexp.quote(ENV["TERRAFORM_VERSION"])}.+?)'/
1515
filename = $1.to_s
16-
os = filename.split("_")[2]
16+
os = filename.split("_")[1]
1717
next if os == "SHA256SUMS"
1818
next if os == "web"
1919

0 commit comments

Comments
 (0)