From bc0d6a9c54a41e1955028499fc1fdaf4f4ce2650 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 9 Jun 2016 16:38:47 -0400 Subject: filter out NoUUID remotes from syncDataRemotes --- Assistant/DaemonStatus.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Assistant') diff --git a/Assistant/DaemonStatus.hs b/Assistant/DaemonStatus.hs index 4c42ffdbe..92aad0735 100644 --- a/Assistant/DaemonStatus.hs +++ b/Assistant/DaemonStatus.hs @@ -55,6 +55,7 @@ calcSyncRemotes = do let good r = Remote.uuid r `elem` alive let syncable = filter good rs let syncdata = filter (not . remoteAnnexIgnore . Remote.gitconfig) $ + filter (\r -> Remote.uuid r /= NoUUID) $ filter (not . Remote.isXMPPRemote) syncable return $ \dstatus -> dstatus -- cgit v1.2.3