summaryrefslogtreecommitdiff
path: root/Assistant/XMPP/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-08 15:36:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-08 15:43:43 -0400
commit42e27ceffa8ca585be4a684c43ec187121418b70 (patch)
tree249bca21cb6eab3c0997d88a33f325d3acb00fb5 /Assistant/XMPP/Git.hs
parent53de52f410dceb5c80bcfd889209b9199f052348 (diff)
syncNewRemote is not only used for new remotes; rename to syncRemote
Diffstat (limited to 'Assistant/XMPP/Git.hs')
-rw-r--r--Assistant/XMPP/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/XMPP/Git.hs b/Assistant/XMPP/Git.hs
index f90af4080..4fd878a9e 100644
--- a/Assistant/XMPP/Git.hs
+++ b/Assistant/XMPP/Git.hs
@@ -60,7 +60,7 @@ makeXMPPGitRemote buddyname jid u = do
liftAnnex $ void remoteListRefresh
remote' <- liftAnnex $ fromMaybe (error "failed to add remote")
<$> Remote.byName (Just buddyname)
- syncNewRemote remote'
+ syncRemote remote'
return True
{- Pushes over XMPP, communicating with a specific client.