summaryrefslogtreecommitdiff
path: root/Assistant/Threads/Glacier.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Threads/Glacier.hs')
-rw-r--r--Assistant/Threads/Glacier.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Glacier.hs b/Assistant/Threads/Glacier.hs
index b5eaa5ea9..2fd025df1 100644
--- a/Assistant/Threads/Glacier.hs
+++ b/Assistant/Threads/Glacier.hs
@@ -29,7 +29,7 @@ glacierThread = namedThread "Glacier" $ runEvery (Seconds 3600) <~> go
where
isglacier r = Remote.remotetype r == Glacier.remote
go = do
- rs <- filter isglacier . syncDataRemotes <$> getDaemonStatus
+ rs <- filter isglacier . downloadRemotes <$> getDaemonStatus
forM_ rs $ \r ->
check r =<< liftAnnex (getFailedTransfers $ Remote.uuid r)
check _ [] = noop