syncNewRemote is not only used for new remotes; rename to syncRemote
This commit is contained in:
parent
4ba729461c
commit
1f1cddbaa7
7 changed files with 11 additions and 15 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue