diff options
Diffstat (limited to 'Command/Indirect.hs')
-rw-r--r-- | Command/Indirect.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Indirect.hs b/Command/Indirect.hs index 34a2ef8c9..1d703d2f3 100644 --- a/Command/Indirect.hs +++ b/Command/Indirect.hs @@ -88,7 +88,7 @@ perform = do v <- tryNonAsync (moveAnnex k f) case v of Right _ -> do - l <- inRepo $ gitAnnexLink f k + l <- calcRepo $ gitAnnexLink f k liftIO $ createSymbolicLink l f Left e -> catchNonAsync (Command.Add.undo f k e) warnlocked |