From ea2c5fbf263bed9ab92923f61ebba4abcc91393f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Dec 2012 17:15:45 -0400 Subject: assistant: Fix syncing to just created ssh remotes. This got broken when I optimised reconnecting with remotes, to not do a full scan if the remote was not diverged. --- Assistant/Sync.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Assistant/Sync.hs') diff --git a/Assistant/Sync.hs b/Assistant/Sync.hs index ae2b5ea36..613d03980 100644 --- a/Assistant/Sync.hs +++ b/Assistant/Sync.hs @@ -174,4 +174,5 @@ syncNewRemote remote = do updateSyncRemotes thread <- asIO $ do reconnectRemotes False [remote] + addScanRemotes True [remote] void $ liftIO $ forkIO $ thread -- cgit v1.2.3