From 378d0947146f33d153326e72d707b95f79fa2899 Mon Sep 17 00:00:00 2001 From: Sophist Date: Tue, 13 Jun 2017 16:22:08 +0100 Subject: [PATCH] Fix another typo Apologies - I am not having a good day today. --- recipes/private_eye.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/private_eye.recipe b/recipes/private_eye.recipe index 6f183db778..02798eca90 100644 --- a/recipes/private_eye.recipe +++ b/recipes/private_eye.recipe @@ -246,4 +246,4 @@ It offers a unique blend of humour, social and political observations and invest m.clear('series') m.add('series', self.title) m.clear('series_index') - m.add_series_index('series_index', self.issue_no) + m.add('series_index', self.issue_no)