aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-01-02 16:52:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-01-02 16:52:52 -0300
commit3fb8294872a31dbb92b94f1e1d127438453d5472 (patch)
tree8ad0b5b19960e56869a83b837c76944c0ab1a5de
parent25978da71fb54d40c22d42af21e4844203559df6 (diff)
downloadwrappers-master.tar.gz
wrappers-master.tar.bz2
Fix: news: skip all.opmlHEADmaster
-rwxr-xr-xnews2
1 files changed, 1 insertions, 1 deletions
diff --git a/news b/news
index 6769240..6f0ee16 100755
--- a/news
+++ b/news
@@ -27,7 +27,7 @@ if [ -d "$HOME/apps/dotfiles/modules/feeds" ]; then
base="`dirname $item | sed -e 's/^\.//'`"
# Skip the sample
- if [ "$name" = "sample" ]; then
+ if [ "$name" == "sample" ] || [ "$name" == "all" ]; then
continue
fi