From 58ad1c2378691802dbdf9e23d2137ea73bcc4690 Mon Sep 17 00:00:00 2001 From: Rodos Date: Sun, 7 Dec 2025 21:21:26 +1100 Subject: [PATCH] docs: fix RST formatting in Known blocking errors section --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a33db61..9fd35fd 100644 --- a/README.rst +++ b/README.rst @@ -281,11 +281,11 @@ If the incremental argument is used, this will result in the next backup only re It's therefore recommended to only use the incremental argument if the output/result is being actively monitored, or complimented with periodic full non-incremental runs, to avoid unexpected missing data in a regular backup runs. -1. **Starred public repo hooks blocking** +**Starred public repo hooks blocking** - Since the ``--all`` argument includes ``--hooks``, if you use ``--all`` and ``--all-starred`` together to clone a users starred public repositories, the backup will likely error and block the backup continuing. +Since the ``--all`` argument includes ``--hooks``, if you use ``--all`` and ``--all-starred`` together to clone a users starred public repositories, the backup will likely error and block the backup continuing. - This is due to needing the correct permission for ``--hooks`` on public repos. +This is due to needing the correct permission for ``--hooks`` on public repos. "bare" is actually "mirror"