Make annex.web-options be used in several places that call curl.

This commit is contained in:
Joey Hess 2014-02-24 21:29:37 -04:00
parent 46cc39f1a4
commit c69d6eb035
9 changed files with 39 additions and 36 deletions

View file

@ -81,7 +81,7 @@ newAssistantUrl repo = do
( return url
, delayed $ waiturl urlfile
)
listening url = catchBoolIO $ fst <$> exists url [] Nothing
listening url = catchBoolIO $ fst <$> exists url [] [] Nothing
delayed a = do
threadDelay 100000 -- 1/10th of a second
a