better variable name

This commit is contained in:
Joey Hess 2012-10-14 14:47:01 -04:00
parent b2d266267f
commit 6ea6a2e71c
9 changed files with 22 additions and 23 deletions

View file

@ -99,7 +99,7 @@ repoList onlyconfigured includehere
| otherwise = list =<< (++) <$> configured <*> rest
where
configured = do
rs <- filter (not . Remote.readonly) . knownRemotes <$>
rs <- filter (not . Remote.readonly) . syncRemotes <$>
(liftIO . getDaemonStatus =<< daemonStatus <$> getYesod)
runAnnex [] $ do
u <- getUUID