From 35bbf4514cdd26bf62a74000ceb0c078d13fe78d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 3 Sep 2021 12:36:42 -0400 Subject: [PATCH] fix build --- Build/DistributionUpdate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 4cddf1004c..0243e9bcb1 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -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 -- 2.30.2