Browse Source

Fix typo (#1173).

Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/1173
Dan Helfman 1 week ago
parent
commit
72fde728a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      borgmatic/config/schema.yaml

+ 1 - 1
borgmatic/config/schema.yaml

@@ -261,7 +261,7 @@ properties:
             Path for storing temporary runtime data like streaming database
             dumps and bootstrap metadata. borgmatic automatically creates and
             uses a "borgmatic" subdirectory here. Defaults to $XDG_RUNTIME_DIR
-            or or $TMPDIR or $TEMP or /run/user/$UID.
+            or $TMPDIR or $TEMP or /run/user/$UID.
         example: /run/user/1001
     user_state_directory:
         type: string