We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2a306 commit acc9cf0Copy full SHA for acc9cf0
1 file changed
website/helpers/download_helpers.rb
@@ -33,8 +33,8 @@
33
module DownloadHelpers
34
def download_arch(file)
35
parts = file.split("_")
36
- return "" if parts.length != 4
37
- parts[3].split(".")[0]
+ return "" if parts.length != 3
+ parts[2].split(".")[0]
38
end
39
40
def download_os_human(os)
0 commit comments