Use getPath() internally

This commit is contained in:
Kevin Sawicki 2012-12-10 17:44:55 -08:00
parent 1c47423044
commit 50e4602f7c

View File

@ -19,7 +19,7 @@ class Git
getPath: -> @repo.getPath()
getWorkingDirectory: ->
repoPath = @repo.getPath()
repoPath = @getPath()
if repoPath
repoPath.substring(0, repoPath.length - 5)