projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7521f63
)
better wording
author
Joey Hess
<joeyh@joeyh.name>
Wed, 17 Nov 2021 16:48:28 +0000
(12:48 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 17 Nov 2021 16:48:28 +0000
(12:48 -0400)
Command/ImportFeed.hs
patch
|
blob
|
history
diff --git
a/Command/ImportFeed.hs
b/Command/ImportFeed.hs
index 6eda9afba454669ce408dc9d01f37d3529001f48..a83c50384afa64a2c7b2a474b4cf0cd3f79b5a3d 100644
(file)
--- a/
Command/ImportFeed.hs
+++ b/
Command/ImportFeed.hs
@@
-130,7
+130,7
@@
getCache :: Maybe String -> Annex Cache
getCache opttemplate = ifM (Annex.getState Annex.force)
( ret S.empty S.empty
, do
- showStart "importfeed" "
check
ing known urls" (SeekInput [])
+ showStart "importfeed" "
gather
ing known urls" (SeekInput [])
(us, is) <- knownItems
showEndOk
ret (S.fromList us) (S.fromList is)