typo
This commit is contained in:
parent
cf07a2c412
commit
6eb8440052
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue