diff --git a/src/git-repository.coffee b/src/git-repository.coffee index 9ff0771b3..30cce92d0 100644 --- a/src/git-repository.coffee +++ b/src/git-repository.coffee @@ -324,7 +324,7 @@ class GitRepository # {::isStatusModified} or {::isStatusNew} to get more information. getPathStatus: (path) -> # Trigger events emitted on the async repo as well - @async.getPathStatus(path) + @async.refreshStatusForPath(path) repo = @getRepo(path) relativePath = @relativize(path)