make everything build again after ByteString Key changes
This commit is contained in:
parent
151562b537
commit
727767e1e2
23 changed files with 79 additions and 72 deletions
2
Limit.hs
2
Limit.hs
|
@ -257,7 +257,7 @@ limitInBackend :: MkLimit Annex
|
|||
limitInBackend name = Right $ const $ checkKey check
|
||||
where
|
||||
check key = pure $ keyVariety key == variety
|
||||
variety = parseKeyVariety name
|
||||
variety = parseKeyVariety (encodeBS name)
|
||||
|
||||
{- Adds a limit to skip files not using a secure hash. -}
|
||||
addSecureHash :: Annex ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue