summaryrefslogtreecommitdiff
path: root/Assistant/Threads/NetWatcher.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-22 15:37:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-22 15:37:26 -0400
commit546ba8b7e1cf6b99f38aa0619397463422837ce0 (patch)
tree37ec7ad46a5563b05de3c6bcdf91415486eafe4e /Assistant/Threads/NetWatcher.hs
parent5c3e14649ee7c404f86a1b82b648d896762cbbc2 (diff)
better name
Diffstat (limited to 'Assistant/Threads/NetWatcher.hs')
-rw-r--r--Assistant/Threads/NetWatcher.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/NetWatcher.hs b/Assistant/Threads/NetWatcher.hs
index ffe9e1e0a..500eff1ce 100644
--- a/Assistant/Threads/NetWatcher.hs
+++ b/Assistant/Threads/NetWatcher.hs
@@ -124,7 +124,7 @@ pollingThread st dstatus scanremotes = runEvery (Seconds 3600) $
handleConnection :: ThreadState -> DaemonStatusHandle -> ScanRemoteMap -> IO ()
handleConnection st dstatus scanremotes = do
- syncRemotes thisThread st dstatus scanremotes =<<
+ reconnectRemotes thisThread st dstatus scanremotes =<<
filter (Git.repoIsUrl . Remote.repo)
<$> networkRemotes st