Quellcode durchsuchen

Fix misleading example for user_runtime_directory.

Dan Helfman vor 6 Monaten
Ursprung
Commit
c0721a8cad
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      borgmatic/config/schema.yaml

+ 1 - 1
borgmatic/config/schema.yaml

@@ -219,7 +219,7 @@ properties:
             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.
-        example: /run/user/1001/borgmatic
+        example: /run/user/1001
     user_state_directory:
         type: string
         description: |