From 1177385e080e40bddd847937f49b3c7c22082e0d Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Fri, 8 Nov 2024 13:44:12 -0500 Subject: [PATCH] fix expire description --- borgmatic/config/schema.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 5565bc9d..20bbe4c1 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1642,9 +1642,8 @@ properties: expire: type: integer description: | - he expire parameter specifies how many seconds - your notification will continue to be retried - for (every retry seconds). + How many seconds your notification will continue + to be retried (every retry seconds). example: 1200 retry: type: integer @@ -1709,9 +1708,8 @@ properties: expire: type: integer description: | - he expire parameter specifies how many seconds - your notification will continue to be retried - for (every retry seconds). + How many seconds your notification will continue + to be retried (every retry seconds). example: 1200 retry: type: integer @@ -1775,9 +1773,8 @@ properties: expire: type: integer description: | - he expire parameter specifies how many seconds - your notification will continue to be retried - for (every retry seconds). + How many seconds your notification will continue + to be retried (every retry seconds). example: 1200 retry: type: integer