We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50e249 commit 513f20fCopy full SHA for 513f20f
API/addRepoApi.js
@@ -43,7 +43,7 @@ async function addRepoHandler(
43
44
if (cloneCheck) {
45
const cloneStatus = await execPromisified(
46
- `git clone "${cloneUrl}" "${repoName}"`,
+ `git clone "${cloneUrl}" "./${repoName}"`,
47
{
48
cwd: repoPath,
49
windowsHide: true,
0 commit comments