diff --git a/src/git-repository-async.js b/src/git-repository-async.js index 1c77575a6..b1daca77a 100644 --- a/src/git-repository-async.js +++ b/src/git-repository-async.js @@ -39,7 +39,7 @@ export default class GitRepositoryAsync { this.repoPromise = this.openRepository() this.isCaseInsensitive = fs.isCaseInsensitive() this.upstream = {} - this.submodulesByName = {} + this.submodulesByPath = {} this._refreshingCount = 0