Skip to content

Commit

Permalink
Update src/gitingest/parse_query.py
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Christiansen <[email protected]>
  • Loading branch information
cyclotruc and filipchristiansen authored Jan 1, 2025
1 parent fad65fe commit bb52882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gitingest/parse_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit bb52882

Please sign in to comment.