summaryrefslogtreecommitdiffstats
path: root/lib/feed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feed.sh')
-rw-r--r--lib/feed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed.sh b/lib/feed.sh
index 08e7acd..4b1d123 100644
--- a/lib/feed.sh
+++ b/lib/feed.sh
@@ -36,7 +36,7 @@ feed_download()
{
local feed_index="${1}"
- wget -O - "${feed_index}"
+ wget -q -O - "${feed_index}"
return 0
}