[Privoxy-commits] [privoxy] 05/06: GNUMakefile.in: Remove duplicated 'only' in the web-rss-feed target's message
User Git
git at git.privoxy.org
Wed Feb 25 16:24:03 CET 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 5581486a9dc3b979cfae82677f44aa64b1f0264e
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 13 08:57:33 2026 +0100
GNUMakefile.in: Remove duplicated 'only' in the web-rss-feed target's message
---
GNUmakefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 6dfec416..b7023da0 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -701,7 +701,7 @@ web-robots.txt:
@$(RSYNC) doc/webserver/robots.txt shell.sourceforge.net:$(WWW_ROOT)/htdocs/
web-rss-feed:
- @$(ECHO) "Updating the rss feed only only ..."
+ @$(ECHO) "Updating the rss feed only ..."
@$(RSYNC) doc/webserver/feeds/ shell.sourceforge.net:$(WWW_ROOT)/htdocs/feeds/
web-sponsors:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list