Skip to content

Commit 1724720

Browse files
Update src/process_query.py
1 parent cdf0c65 commit 1724720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def process_query(
6161
ignore_patterns=exclude_patterns,
6262
)
6363
clone_config = CloneConfig(
64-
url=f"https://github.com/{query['slug']}.git",
64+
url=query["url"],
6565
local_path=query['local_path'],
6666
commit=query.get('commit'),
6767
branch=query.get('branch'),

0 commit comments

Comments
 (0)