Use repoPath as parameter name to loadStatuses()

This commit is contained in:
Kevin Sawicki
2013-06-12 17:02:02 -07:00
parent d112089152
commit bfdad19911

View File

@@ -3,8 +3,8 @@ fsUtils = require 'fs-utils'
path = require 'path'
module.exports =
loadStatuses: (path) ->
repo = Git.open(path)
loadStatuses: (repoPath) ->
repo = Git.open(repoPath)
if repo?
workingDirectoryPath = repo.getWorkingDirectory()
statuses = {}