Skip to content

Commit 513f20f

Browse files
committed
Fix for clone repo destination folder
1 parent d50e249 commit 513f20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API/addRepoApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function addRepoHandler(
4343

4444
if (cloneCheck) {
4545
const cloneStatus = await execPromisified(
46-
`git clone "${cloneUrl}" "${repoName}"`,
46+
`git clone "${cloneUrl}" "./${repoName}"`,
4747
{
4848
cwd: repoPath,
4949
windowsHide: true,

0 commit comments

Comments
 (0)