fix build
This commit is contained in:
parent
d2026a5351
commit
4489756e4e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ getbuild repodir (url, f) = do
|
|||
return $ if null bv || any (not . versionchar) bv then Nothing else Just bv
|
||||
versionchar c = isAlphaNum c || c == '.' || c == '-'
|
||||
|
||||
makeinfos :: [(FilePath, Version)] -> Version -> Annex ()
|
||||
makeinfos :: [(FilePath, Version)] -> Version -> Annex [([Char], Maybe GitAnnexDistribution)]
|
||||
makeinfos updated version = do
|
||||
mapM_ (\f -> inRepo $ runBool [Param "annex", Param "add", File f]) (map fst updated)
|
||||
void $ inRepo $ runBool
|
||||
|
|
Loading…
Add table
Reference in a new issue