From 66ccc37a99994f1206d308c0c0003ac2605d3c42 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 20 Oct 2013 17:50:51 -0400 Subject: git-recover-repository 1/2 done --- Assistant/Threads/Watcher.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant') diff --git a/Assistant/Threads/Watcher.hs b/Assistant/Threads/Watcher.hs index c10d03eeb..a44664639 100644 --- a/Assistant/Threads/Watcher.hs +++ b/Assistant/Threads/Watcher.hs @@ -300,7 +300,7 @@ addLink file link mk = do liftAnnex $ do v <- catObjectDetails $ Ref $ ':':file case v of - Just (currlink, sha) + Just (currlink, sha, _type) | s2w8 link == L.unpack currlink -> stageSymlink file sha _ -> stageSymlink file =<< hashSymlink link -- cgit v1.2.3