Renames git methods to align better with git commands

This commit is contained in:
Eric Amodio
2017-03-17 19:12:34 -04:00
parent 036f0639aa
commit 9a0ce83260
3 changed files with 119 additions and 134 deletions

View File

@@ -41,7 +41,7 @@ export async function activate(context: ExtensionContext) {
let repoPath: string;
try {
repoPath = await Git.repoPath(rootPath, gitPath);
repoPath = await Git.getRepoPath(rootPath, gitPath);
}
catch (ex) {
Logger.error(ex);