From: Stephen Finucane Date: Sun, 20 Mar 2022 12:31:50 +0000 (+0000) Subject: docs: Fix typo X-Git-Tag: v3.1.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c26393d71911c9ba310d9fc165216e3ff072e0;p=thirdparty%2Fpatchwork.git docs: Fix typo Signed-off-by: Stephen Finucane --- diff --git a/docs/development/installation.rst b/docs/development/installation.rst index 937d9165..7a51b081 100644 --- a/docs/development/installation.rst +++ b/docs/development/installation.rst @@ -123,7 +123,7 @@ For more information on Docker itself, please refer to the `docker`_ and .. code-block:: shell - $ chcon -RT svirt_sandbox_file_t $PATCHWORK_DIR + $ chcon -R -t svirt_sandbox_file_t $PATCHWORK_DIR where ``$PATCHWORK_DIR`` is the absolute patch to the ``patchwork`` folder created when you cloned the repo. For more information, see ``man docker