From ce0723cf48a5bc0c77e6e93e4e5a9bc5dc945315 Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Sat, 24 Nov 2012 00:48:47 +0100 Subject: [PATCH] update contribute.rst doc $USER environment variable is no longer needed --- docs/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index 0820d5c3..c302dcc6 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -56,7 +56,7 @@ To do so, you can use the following two commands:: $ LC_ALL="C" pelican -o tests/output/custom/ -s samples/pelican.conf.py \ samples/content/ - $ LC_ALL="C" USER="Dummy Author" pelican -o tests/output/basic/ samples/content/ + $ LC_ALL="C" pelican -o tests/output/basic/ samples/content/ Coding standards ================