We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51ab8e commit ab9d5b3Copy full SHA for ab9d5b3
scripts/pinned_browsers.py
@@ -416,7 +416,6 @@ def firefox_version_data():
416
417
418
def firefox_linux(version):
419
- return "https://ftp.mozilla.org/pub/firefox/releases/%s/linux-x86_64/en-US/firefox-%s.tar.bz2" % (version, version)
420
if int(version.split(".")[0]) < 135:
421
return "https://ftp.mozilla.org/pub/firefox/releases/%s/linux-x86_64/en-US/firefox-%s.tar.bz2" % (
422
version, version)
@@ -518,4 +517,3 @@ def _pin_browsers_extension_impl(_ctx):
518
517
519
with open(target_file_path, "w") as file:
520
file.write(content)
521
-
0 commit comments