mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[Downloader] Fix URL parsing for non-GitHub/GitLab links (#2123)
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
@@ -644,4 +644,4 @@ class RepoManager:
|
||||
url = url[: tree_url_match.start("tree")]
|
||||
if branch is None:
|
||||
branch = tree_url_match["branch"]
|
||||
return url, branch
|
||||
return url, branch
|
||||
|
||||
Reference in New Issue
Block a user