diff --git a/src/ghc-wiki.py b/src/ghc-wiki.py index abdadf82..810c7543 100644 --- a/src/ghc-wiki.py +++ b/src/ghc-wiki.py @@ -67,7 +67,7 @@ with ProductData(config.product) as product_data: for row in series_table[1:]: [series, _download_link, _most_recent, next_planned, status] = row - if status == "Next major release": + if "Next major release" in status: continue series = series.split(' ')[0]