update
This commit is contained in:
parent
c0ce3269e9
commit
b37323d857
1 changed files with 2 additions and 2 deletions
|
@ -549,8 +549,8 @@ runRepair' fsckresult forced referencerepo g = do
|
|||
putStrLn "To force a recovery to a usable state, retry with the --force parameter."
|
||||
return (False, [])
|
||||
|
||||
successfulRepair :: (Bool, MissingObjects, [Branch]) -> Bool
|
||||
successfulRepair = fst3
|
||||
successfulRepair :: (Bool, [Branch]) -> Bool
|
||||
successfulRepair = fst
|
||||
|
||||
safeReadFile :: FilePath -> IO String
|
||||
safeReadFile f = do
|
||||
|
|
Loading…
Reference in a new issue