diff options
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r-- | Annex/Content.hs | 3 |
1 files changed, 1 insertions, 2 deletions
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 |