summaryrefslogtreecommitdiff
path: root/Command/Repair.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-09 15:35:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-09 15:46:05 -0400
commitf3d197128322981d58677ba165f7d33158e07940 (patch)
treed73f043118c4b50313fc8475222df6245eac2beb /Command/Repair.hs
parentcfc51c5e4ec04f9d5088c42922217cf90b63c903 (diff)
hlint
Diffstat (limited to 'Command/Repair.hs')
-rw-r--r--Command/Repair.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Repair.hs b/Command/Repair.hs
index 56925d83d..3d70ca9cb 100644
--- a/Command/Repair.hs
+++ b/Command/Repair.hs
@@ -68,7 +68,7 @@ repairAnnexBranch modifiedbranches
)
)
where
- okindex = Annex.Branch.withIndex $ inRepo $ Git.Repair.checkIndex
+ okindex = Annex.Branch.withIndex $ inRepo Git.Repair.checkIndex
commitindex = do
Annex.Branch.forceCommit "committing index after git repository repair"
liftIO $ putStrLn "Successfully recovered the git-annex branch using .git/annex/index"