Skip to content

Commit

Permalink
fix: escape download url
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Sep 23, 2024
1 parent c63393b commit dffb760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/upgrade_v8.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
"""

CHROME_VERSIONS_URL = "https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels/all/versions/all/releases?filter=endtime%3E2023-01-01T00:00:00Z
CHROME_VERSIONS_URL = "https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels/all/versions/all/releases?filter=endtime%3E2023-01-01T00:00:00Z"
V8_VERSION_FILE = "v8_version"

deps_path = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit dffb760

Please sign in to comment.