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."
|
putStrLn "To force a recovery to a usable state, retry with the --force parameter."
|
||||||
return (False, [])
|
return (False, [])
|
||||||
|
|
||||||
successfulRepair :: (Bool, MissingObjects, [Branch]) -> Bool
|
successfulRepair :: (Bool, [Branch]) -> Bool
|
||||||
successfulRepair = fst3
|
successfulRepair = fst
|
||||||
|
|
||||||
safeReadFile :: FilePath -> IO String
|
safeReadFile :: FilePath -> IO String
|
||||||
safeReadFile f = do
|
safeReadFile f = do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue