Skip to content

Commit

Permalink
When installing an old firefox, access the mozilla repo over HTTPS in…
Browse files Browse the repository at this point in the history
…stead of the (mostly broken) FTP
  • Loading branch information
triskweline committed Feb 9, 2016
1 parent 0f1db2b commit 7d5efae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geordi/firefox_for_selenium.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def path
end

def download_url
"ftp://ftp.mozilla.org/pub/firefox/releases/#{@version}/"
"https://ftp.mozilla.org/pub/firefox/releases/#{@version}/"
end

def binary
Expand Down

0 comments on commit 7d5efae

Please sign in to comment.