Skip to content

Commit fa636d8

Browse files
committed
Fixing link to linux
1 parent 7988cc0 commit fa636d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/static_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def download
1313
@download_url = case @platform
1414
when 'mac' then 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1.dmg'
1515
when 'windows' then 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1.exe.zip'
16-
when 'linux' then 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1-linux.run'
16+
when 'linux' then 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1.run'
1717
else 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1.dmg'
1818
end
1919
@locals = {

0 commit comments

Comments
 (0)