From 237999cc81cb1b35dab251d4154cf9aeeb8ecc7c Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Mon, 28 Oct 2024 09:40:14 -0400 Subject: [PATCH] fix word-wrap --- borgmatic/config/schema.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 1a1f7fc3..884fc6ff 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1615,14 +1615,12 @@ properties: host: type: string description: | - Host name where the item is stored. - Required if "itemid" is not set. + Host name where the item is stored. Required if "itemid" is not set. example: borg-server key: type: string description: | - Key of the host where the item is stored. - Required if "itemid" is not set. + Key of the host where the item is stored. Required if "itemid" is not set. example: borg.status server: type: string