all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox] pbs-api-types: jobs: fix typo in `REMOVE_VANISHED_BACKUPS_SCHEMA` doc string
@ 2026-05-11 11:28 Stefan Czopak
  0 siblings, 0 replies; only message in thread
From: Stefan Czopak @ 2026-05-11 11:28 UTC (permalink / raw)
  To: pbs-devel; +Cc: Stefan Czopak

Signed-off-by: Stefan Czopak <s.czopak@proxmox.com>
---
 pbs-api-types/src/jobs.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbs-api-types/src/jobs.rs b/pbs-api-types/src/jobs.rs
index ac5dfa92..5031b8bc 100644
--- a/pbs-api-types/src/jobs.rs
+++ b/pbs-api-types/src/jobs.rs
@@ -63,7 +63,7 @@ pub const VERIFICATION_SCHEDULE_SCHEMA: Schema =
         .schema();
 
 pub const REMOVE_VANISHED_BACKUPS_SCHEMA: Schema = BooleanSchema::new(
-    "Delete vanished backups. This remove the local copy if the remote backup was deleted.",
+    "Delete vanished backups. This removes the local copy if the remote backup was deleted.",
 )
 .default(false)
 .schema();
-- 
2.47.3




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-11 11:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 11:28 [PATCH proxmox] pbs-api-types: jobs: fix typo in `REMOVE_VANISHED_BACKUPS_SCHEMA` doc string Stefan Czopak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal