Browse Source

Add defaults to not set in schema

Fabian Schilling 3 years ago
parent
commit
5821c6782e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      borgmatic/config/schema.yaml

+ 1 - 1
borgmatic/config/schema.yaml

@@ -48,7 +48,7 @@ properties:
                     Working directory for the "borg create" command. Tildes are
                     expanded. Useful for backing up using relative paths. See
                     http://borgbackup.readthedocs.io/en/stable/usage/create.html
-                    for details.
+                    for details. Defaults to not set.
                 example: /path/to/working/directory
             one_file_system:
                 type: boolean