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.
2 parents 3265caa + fbd13a8 commit 6eff6f0Copy full SHA for 6eff6f0
ci/src/updater.py
@@ -57,7 +57,7 @@ async def batch_github_plugin_info(
57
match = github_download_url_regex.match(info[url_download])
58
if not match:
59
raise ValueError(
60
- f"Download URL did not mach regex: {info[url_download]!r}"
+ f"Download URL did not match regex: {info[url_download]!r}"
61
)
62
filename = f"{match['filename']}.zip"
63
for asset in assets:
0 commit comments