mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-29 09:35:41 -05:00
Renames git methods to align better with git commands
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user