Skip to content

Commit cdf0c65

Browse files
Update src/gitingest/ingest.py
1 parent 70ff34e commit cdf0c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitingest/ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def ingest(
2828

2929
# Extract relevant fields for CloneConfig
3030
clone_config = CloneConfig(
31-
url=f"https://github.com/{query['slug']}.git",
31+
url=query["url"],
3232
local_path=query['local_path'],
3333
commit=query.get('commit'),
3434
branch=query.get('branch'),

0 commit comments

Comments
 (0)