summaryrefslogtreecommitdiff
path: root/Command/Add.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Add.hs')
-rw-r--r--Command/Add.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Command/Add.hs b/Command/Add.hs
index bc869a67d..c74b726e3 100644
--- a/Command/Add.hs
+++ b/Command/Add.hs
@@ -42,11 +42,12 @@ perform (file, backend) = do
stored <- Backend.storeFileKey file backend
case stored of
Nothing -> return Nothing
- Just (key, _) -> return $ Just $ cleanup file key
+ Just (key, _) -> do
+ moveAnnex key file
+ return $ Just $ cleanup file key
cleanup :: FilePath -> Key -> CommandCleanup
cleanup file key = do
- moveAnnex key file
logStatus key ValuePresent
link <- calcGitLink file key