This commit is contained in:
Joey Hess 2013-03-28 17:11:53 -04:00
parent cf07a2c412
commit 6eb8440052

View file

@ -64,7 +64,7 @@ calcSyncRemotes = do
where
iscloud r = not (Remote.readonly r) && Remote.globallyAvailable r
{- Updates the sycRemotes list from the list of all remotes in Annex state. -}
{- Updates the syncRemotes list from the list of all remotes in Annex state. -}
updateSyncRemotes :: Assistant ()
updateSyncRemotes = do
modifyDaemonStatus_ =<< liftAnnex calcSyncRemotes