From ee2b5cc5be606f9ebc417eb5bdaad7dee2e00fff Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Thu, 29 Aug 2019 00:08:20 +0200 Subject: [PATCH] Fix typo in tests settings --- tests/sample/sigal.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sample/sigal.conf.py b/tests/sample/sigal.conf.py index 34e5d24..4db648a 100644 --- a/tests/sample/sigal.conf.py +++ b/tests/sample/sigal.conf.py @@ -12,7 +12,7 @@ files_to_copy = (('../watermark.png', 'watermark.png'),) plugins = [ 'sigal.plugins.adjust', 'sigal.plugins.copyright', - 'sigal.plugins.extended_caching' + 'sigal.plugins.extended_caching', 'sigal.plugins.feeds', 'sigal.plugins.nomedia', 'sigal.plugins.watermark',