display addurl url not file

The file gets displayed after download is complete, so this is the
simplest way to avoid redundant display.
This commit is contained in:
Joey Hess 2018-04-13 01:37:46 -04:00
parent 4cda021acc
commit 4b8c289154
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -227,7 +227,7 @@ performDownload opts cache todownload = case location todownload of
case dest of
Nothing -> return True
Just f -> do
showStart "addurl" f
showStart "addurl" url
ks <- getter f
if null ks
then do