Skip to content

Commit

Permalink
GH-165: Removed leftover dugite-extra configuration.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
  • Loading branch information
kittaakos authored and svenefftinge committed Oct 10, 2017
1 parent 76bb938 commit 7b7a66d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/git/src/node/dugite-git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class DugiteGit implements Git {

constructor(
@inject(WorkspaceServer) protected readonly workspace: WorkspaceServer) {
process.env.USE_LOCAL_GIT = 'true';
}

async clone(remoteUrl: string, options?: Git.Options.Clone): Promise<Repository> {
Expand Down

0 comments on commit 7b7a66d

Please sign in to comment.