summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse-api/service/maintenance/newsProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/service/maintenance/newsProcessor.cpp b/gentoobrowse-api/service/maintenance/newsProcessor.cpp
index 9f5cb55..8a67c3e 100644
--- a/gentoobrowse-api/service/maintenance/newsProcessor.cpp
+++ b/gentoobrowse-api/service/maintenance/newsProcessor.cpp
@@ -24,7 +24,7 @@ namespace Gentoo {
NewsProcessor::match(const PathParts & pp) const
{
return (pp.size() == 4 && pp[0] == "metadata" && pp[1] == "news"
- && boost::algorithm::ends_with(pp[3], ".txt"));
+ && boost::algorithm::ends_with(pp[3], ".en.txt"));
}
void