From bb52882a803dbada68fa651cca566a7b1e04f6f5 Mon Sep 17 00:00:00 2001 From: Romain Courtois Date: Thu, 2 Jan 2025 00:43:19 +0100 Subject: [PATCH] Update src/gitingest/parse_query.py Co-authored-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com> --- src/gitingest/parse_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitingest/parse_query.py b/src/gitingest/parse_query.py index ccab062..859cafb 100644 --- a/src/gitingest/parse_query.py +++ b/src/gitingest/parse_query.py @@ -124,7 +124,7 @@ def _parse_url(url: str) -> dict[str, Any]: "commit": None, "subpath": "/", "local_path": f"{TMP_BASE_PATH}/{_id}/{slug}", - "url": final_url, + "url": f"https://{domain}/{user_name}/{repo_name}", "slug": slug, "id": _id, }