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
|
where
|
||||||
iscloud r = not (Remote.readonly r) && Remote.globallyAvailable r
|
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 :: Assistant ()
|
||||||
updateSyncRemotes = do
|
updateSyncRemotes = do
|
||||||
modifyDaemonStatus_ =<< liftAnnex calcSyncRemotes
|
modifyDaemonStatus_ =<< liftAnnex calcSyncRemotes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue