add missing newline between importfeed and subsequent addurl

got lost when wget was eliminated
This commit is contained in:
Joey Hess 2018-04-13 01:12:22 -04:00
parent 491c3aa4ab
commit b4a2bcaf4c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -82,6 +82,7 @@ perform opts cache url = do
feedProblem url "bad feed content; no enclosures to download"
next $ return True
l -> do
showOutput
ok <- and <$> mapM (performDownload opts cache) l
unless ok $
feedProblem url "problem downloading item"