Skip to content

Commit

Permalink
Fixed eclipse-theia#38: set cwd empty for clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
a1994846931931 committed Jul 1, 2020
1 parent f7e9a1a commit 438d9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/command/clone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ export async function clone(

args.push('--', url, path);

await git(args, __dirname, 'clone', opts);
}
await git(args, '', 'clone', opts);
}

0 comments on commit 438d9bb

Please sign in to comment.