fix build
This commit is contained in:
parent
9f38ecac1e
commit
35bbf4514c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ getbuild repodir (url, f) = do
|
|||
putStrLn $ "*** " ++ s
|
||||
return Nothing
|
||||
uo <- defUrlOptions
|
||||
ifM (isRight <$> download nullMeterUpdate url tmp uo)
|
||||
ifM (isRight <$> download nullMeterUpdate Nothing url tmp uo)
|
||||
( ifM (liftIO $ virusFree tmp)
|
||||
( do
|
||||
bv2 <- getbv
|
||||
|
|
Loading…
Reference in a new issue