From e6c26393d71911c9ba310d9fc165216e3ff072e0 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 20 Mar 2022 12:31:50 +0000 Subject: [PATCH] docs: Fix typo Signed-off-by: Stephen Finucane --- docs/development/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3