Kevin found this offensive
This commit is contained in:
Corey Johnson & Kevin Sawicki
2013-07-10 15:44:25 -07:00
committed by Kevin Sawicki
parent 72d76e511e
commit 56b333e7fb

View File

@@ -34,7 +34,7 @@ syncRepositoryState = ->
# abort if working directory is unclean
# apply bundle of unpushed changes from host
{unpushedChanges, head} =atom.guestSession.repositoryDelta
{unpushedChanges, head} = atom.guestSession.repositoryDelta
if unpushedChanges
tempFile = temp.path(suffix: '.bundle')
fs.writeFileSync(tempFile, new Buffer(atom.guestSession.repositoryDelta.unpushedChanges, 'base64'))