Skip to content

Commit bb52882

Browse files
Update src/gitingest/parse_query.py
Co-authored-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com>
1 parent fad65fe commit bb52882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitingest/parse_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _parse_url(url: str) -> dict[str, Any]:
124124
"commit": None,
125125
"subpath": "/",
126126
"local_path": f"{TMP_BASE_PATH}/{_id}/{slug}",
127-
"url": final_url,
127+
"url": f"https://{domain}/{user_name}/{repo_name}",
128128
"slug": slug,
129129
"id": _id,
130130
}

0 commit comments

Comments
 (0)