Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/src/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def batch_github_plugin_info(
match = github_download_url_regex.match(info[url_download])
if not match:
raise ValueError(
f"Download URL did not mach regex: {info[url_download]!r}"
f"Download URL did not match regex: {info[url_download]!r}"
)
filename = f"{match['filename']}.zip"
for asset in assets:
Expand Down