summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2024-02-25 12:16:28 +0100
committerGitHub <noreply@github.com>2024-02-25 12:16:28 +0100
commitdb75521b79c56d4715c5649f8162ab44d4fcd0ff (patch)
tree39a2bf72db4d19de6f6c624c9accdf5d6a28959c
parente40690f6d7f35b8d28111c24fd9e8f3aac04fdb7 (diff)
parent6121d3d2e6aac3f87ae88e97ecc67058d00e25b8 (diff)
Merge pull request #8129 from ThomasWaldmann/docs-fix-markup
docs: remove tabs
-rw-r--r--docs/deployment/non-root-user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deployment/non-root-user.rst b/docs/deployment/non-root-user.rst
index 45096c6fb..a3d6dad44 100644
--- a/docs/deployment/non-root-user.rst
+++ b/docs/deployment/non-root-user.rst
@@ -61,6 +61,6 @@ Other than that, the same restore process, that would be used when running the b
.. warning::
- When using a local repo and running borg commands as root, make sure to only use commands that do not
+ When using a local repo and running borg commands as root, make sure to only use commands that do not
modify the repo itself, like extract or mount. Modifying the repo using the root user will break
the repo for the non-root user, since some files inside the repo will now be owned by root.