From 5f387b3991b6da6f01526ff69b6eab73bfdcb686 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 22 Oct 2024 08:59:13 -0700 Subject: [PATCH] Fix documentation URL in YAML (#902). --- borgmatic/config/schema.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 87bde013..d2b080fc 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -233,9 +233,9 @@ properties: passcommand/repokey/keyfile encryption. Note that if both encryption_passcommand and encryption_passphrase are set, then encryption_passphrase takes precedence. This can also be used to - access encrypted systemd service credentials (see "https://torsion\ - .org/borgmatic/docs/how-to/provide-your-passwords/#using-systemd-\ - service-credentials"). Defaults to not set. + access encrypted systemd service credentials. Defaults to not set. + For more details, see: + https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/ example: "secret-tool lookup borg-repository repo-name" encryption_passphrase: type: string