summaryrefslogtreecommitdiff
path: root/Annex/Content.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r--Annex/Content.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs
index 17050224d..9d70ccee3 100644
--- a/Annex/Content.hs
+++ b/Annex/Content.hs
@@ -538,7 +538,7 @@ getKeysPresent keyloc = do
-}
getstate direct = do
when direct $
- void $ inodesChanged
+ void inodesChanged
Annex.getState id
{- Things to do to record changes to content when shutting down.