aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--lib/MGA/Advisories.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 47f6e95..488caef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.X
+
+- try to fix publish-all
+
Version 0.29
- install the new JSON templates
diff --git a/lib/MGA/Advisories.pm b/lib/MGA/Advisories.pm
index 4663eb6..1b86049 100644
--- a/lib/MGA/Advisories.pm
+++ b/lib/MGA/Advisories.pm
@@ -446,7 +446,7 @@ sub assign_ids {
my %advdb;
$advdb{advisories} = get_advisories_from_dir();
sort_advisories(\%advdb);
- output_pages();
+ output_pages(\%advdb);
# We will have exited by now in the event of e.g. a Yaml or processing error