]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Fix typo
authorStephen Finucane <stephen@that.guru>
Sun, 20 Mar 2022 12:31:50 +0000 (12:31 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 20 Mar 2022 12:31:50 +0000 (12:31 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/development/installation.rst

index 937d9165e0262d06316a01c5c788f0d60d6433ad..7a51b081dbcdb8e96401a68387c6fa4ffd9eebc3 100644 (file)
@@ -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