Call the better-named method.

This commit is contained in:
joshaber
2015-12-02 14:39:00 -05:00
parent 6c58550bf4
commit d0b148a97a

View File

@@ -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)