diff options
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/CatFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/CatFile.hs b/Annex/CatFile.hs index fa73d8282..407b4ddae 100644 --- a/Annex/CatFile.hs +++ b/Annex/CatFile.hs @@ -43,7 +43,7 @@ catTree ref = do h <- catFileHandle liftIO $ Git.CatFile.catTree h ref -catObjectDetails :: Git.Ref -> Annex (Maybe (L.ByteString, Sha)) +catObjectDetails :: Git.Ref -> Annex (Maybe (L.ByteString, Sha, ObjectType)) catObjectDetails ref = do h <- catFileHandle liftIO $ Git.CatFile.catObjectDetails h ref |