Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 223fa91

Browse files
atticus-sullivanDefelo
authored andcommitted
index all format-strings
1 parent 5d90efd commit 223fa91

File tree

1 file changed

+1
-1
lines changed
  • integrations/adventofcode

1 file changed

+1
-1
lines changed

integrations/adventofcode/cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def get_git_repo(url: str) -> Optional[str]:
158158
servers = [
159159
(
160160
r"^(https?://)?gitlab.com/([a-zA-Z0-9.\-_]+)/([a-zA-Z0-9.\-_]+)(/.*)?$",
161-
"https://gitlab.com/api/v4/projects/{}%2F{}",
161+
"https://gitlab.com/api/v4/projects/{user}%2F{repo}",
162162
),
163163
(
164164
r"^(https?://)?gitea.com/([a-zA-Z0-9.\-_]+)/([a-zA-Z0-9.\-_]+)(/.*)?$",

0 commit comments

Comments
 (0)