summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Assistant/Sync.hs1
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 0 deletions
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
diff --git a/debian/changelog b/debian/changelog
index cbd8db184..c764354cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ git-annex (3.20121128) UNRELEASED; urgency=low
settings.
* webapp: Allow user to specify the port when setting up a ssh or rsync
remote.
+ * assistant: Fix syncing to just created ssh remotes.
-- Joey Hess <joeyh@debian.org> Wed, 28 Nov 2012 13:31:07 -0400