nobody saw that

This commit is contained in:
peter
2019-08-20 21:32:43 +02:00
parent 3d234b24d9
commit 5a1d2d3c09
+1 -1
View File
@@ -34,7 +34,7 @@ export type RepoFolderStatus = {
remote?: string remote?: string
} }
export class GitUpdater2{ export class GitUpdater{
private repo: git.SimpleGit private repo: git.SimpleGit
constructor(private readonly folderPath:string){ constructor(private readonly folderPath:string){
} }