From 56b333e7fb8b3e7d640f662bd32bc011a8c34090 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Kevin Sawicki Date: Wed, 10 Jul 2013 15:44:25 -0700 Subject: [PATCH] :lipstick: Kevin found this offensive --- src/packages/collaboration/lib/bootstrap.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/collaboration/lib/bootstrap.coffee b/src/packages/collaboration/lib/bootstrap.coffee index b9595dc48..d70da3d36 100644 --- a/src/packages/collaboration/lib/bootstrap.coffee +++ b/src/packages/collaboration/lib/bootstrap.coffee @@ -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'))