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
|
then "" -- probably not really an extension
|
||||||
else naiveextension
|
else naiveextension
|
||||||
|
|
||||||
-- A key's checksum is checked during fsck.
|
{- A key's checksum is checked during fsck. -}
|
||||||
checkKeyChecksum :: SHASize -> Key -> Annex Bool
|
checkKeyChecksum :: SHASize -> Key -> Annex Bool
|
||||||
checkKeyChecksum size key = do
|
checkKeyChecksum size key = do
|
||||||
g <- Annex.gitRepo
|
g <- Annex.gitRepo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue