From 370bc7e7f0f15379ad5408eef009165924f28eb8 Mon Sep 17 00:00:00 2001 From: Tom Janssen Date: Wed, 29 Oct 2025 09:55:03 +0100 Subject: [PATCH] fix schema length --- borgmatic/config/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 75a4a2a3..2e52a638 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -3025,8 +3025,8 @@ properties: environment: type: string description: | - Sentry monitor environment used in the call to sentry. If not set, - the Sentry default is used. + Sentry monitor environment used in the call to sentry. If + not set, the Sentry default is used. example: production states: type: array