From beeacacac35822b13f45d6028500aac32e17953c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 4 May 2017 19:27:58 +0100 Subject: [PATCH] lib: Correct typo in uWSGI config file Signed-off-by: Stephen Finucane Reported-by: Philippe Pepiot Fixes: 150f6150 ("lib: Update uWSGI, nginx config files") --- lib/uwsgi/patchwork.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uwsgi/patchwork.ini b/lib/uwsgi/patchwork.ini index d67837cb..39ffbd63 100644 --- a/lib/uwsgi/patchwork.ini +++ b/lib/uwsgi/patchwork.ini @@ -1,6 +1,6 @@ [uwsgi] -# change this to python3 if running Patchwork under Python 2.7 +# change this to python27 if running Patchwork under Python 2.7 plugins = python3 project = patchwork -- 2.47.3