Adding correct command to open git viewlet as it was changed.

This commit is contained in:
Michel Kaporin 2017-06-13 10:18:16 +02:00
parent ba9a4314e1
commit 631e0a74ee

View file

@ -14,7 +14,7 @@ export class Git {
}
public openGitViewlet(): Promise<any> {
return this.spectron.command('workbench.view.git');
return this.spectron.command('workbench.view.scm');
}
public getScmIconChanges(): Promise<any> {