foo
This commit is contained in:
parent
46ddb4e66a
commit
3ffc0bb4f5
2 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ keyValueE size file = keyValue size file >>= maybe (return Nothing) addE
|
|||
then "" -- probably not really an extension
|
||||
else naiveextension
|
||||
|
||||
-- A key's checksum is checked during fsck.
|
||||
{- A key's checksum is checked during fsck. -}
|
||||
checkKeyChecksum :: SHASize -> Key -> Annex Bool
|
||||
checkKeyChecksum size key = do
|
||||
g <- Annex.gitRepo
|
||||
|
|
Loading…
Reference in a new issue