diff options
author | Stephen Finucane <stephen@that.guru> | 2017-05-04 19:27:58 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-05-04 19:29:14 +0100 |
commit | beeacacac35822b13f45d6028500aac32e17953c (patch) | |
tree | 2dc058a7b3fc9ea3bcb13b8135a88a4673561bb1 | |
parent | c86b16bea605939b64deffa81a4f8ed2511f9c7e (diff) | |
download | patchwork-beeacacac35822b13f45d6028500aac32e17953c.tar patchwork-beeacacac35822b13f45d6028500aac32e17953c.tar.gz |
lib: Correct typo in uWSGI config file
Signed-off-by: Stephen Finucane <stephen@that.guru>
Reported-by: Philippe Pepiot <philippe.pepiot@logilab.fr>
Fixes: 150f6150 ("lib: Update uWSGI, nginx config files")
-rw-r--r-- | lib/uwsgi/patchwork.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uwsgi/patchwork.ini b/lib/uwsgi/patchwork.ini index d67837c..39ffbd6 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 |