summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Add.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs
index 30e989e4c..a5dfc1d1c 100644
--- a/Command/Add.hs
+++ b/Command/Add.hs
@@ -132,7 +132,7 @@ ingest (Just source) = do
goindirect Nothing _ = failure
godirect (Just (key, _)) (Just cache) = do
- writeInodeCache key cache
+ addInodeCache key cache
finishIngestDirect key source
return $ Just key
godirect _ _ = failure