diff options
Diffstat (limited to 'Command/Repair.hs')
-rw-r--r-- | Command/Repair.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Repair.hs b/Command/Repair.hs index 8808ef9de..6b1b5df4a 100644 --- a/Command/Repair.hs +++ b/Command/Repair.hs @@ -29,8 +29,7 @@ runRepair :: Bool -> Annex Bool runRepair forced = do (ok, stillmissing, modifiedbranches) <- inRepo $ Git.Repair.runRepair forced - when ok $ - repairAnnexBranch stillmissing modifiedbranches + repairAnnexBranch stillmissing modifiedbranches return ok {- After git repository repair, the .git/annex/index file could |