diff options
Diffstat (limited to 'Command/Add.hs')
-rw-r--r-- | Command/Add.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index b90db8ba1..c15f3c51f 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -175,7 +175,7 @@ undo file key e = do link :: FilePath -> Key -> Bool -> Annex String link file key hascontent = handle (undo file key) $ do l <- calcGitLink file key - makeAnnexLink l file + replaceFile file $ makeAnnexLink l #ifndef __ANDROID__ when hascontent $ do |