summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta.pl b/meta.pl
index fa63aa7..70c0cc4 100644
--- a/meta.pl
+++ b/meta.pl
@@ -45,8 +45,8 @@ sub get_previous_stable {
},
filter => {
and => [
- { term => { 'release.distribution' => $self->distribution } },
- { term => { 'release.maturity' => 'released' } },
+ { term => { 'distribution' => $self->distribution } },
+ { term => { 'maturity' => 'released' } },
],
}
}