summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-04-13 01:37:46 -0400
committerJoey Hess <joeyh@joeyh.name>2018-04-13 01:37:46 -0400
commit4b8c2891544b49b3a1168610c4503517731581c2 (patch)
tree5d4ab93de90db72a7180b0b228830085ad72506a /Command
parent4cda021accb2a73dd42883bdbb6801ee12488f74 (diff)
display addurl url not file
The file gets displayed after download is complete, so this is the simplest way to avoid redundant display.
Diffstat (limited to 'Command')
-rw-r--r--Command/ImportFeed.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs
index e6912e20e8..ce02cfaae4 100644
--- a/Command/ImportFeed.hs
+++ b/Command/ImportFeed.hs
@@ -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