From 56b8194470f0ddc1b3e1c51da8ca55a5c9c2eb05 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Nov 2011 01:15:51 -0400 Subject: cleanup --- Annex/Content.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Annex') diff --git a/Annex/Content.hs b/Annex/Content.hs index fc2c2d092..ecfec66aa 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -56,9 +56,8 @@ calcGitLink file key = do - repository. -} logStatus :: Key -> LogStatus -> Annex () logStatus key status = do - g <- gitRepo u <- getUUID - logChange g key u status + logChange key u status {- Runs an action, passing it a temporary filename to download, - and if the action succeeds, moves the temp file into -- cgit v1.2.3