* [PATCH proxmox] pbs-api-types: jobs: fix typo in `REMOVE_VANISHED_BACKUPS_SCHEMA` doc string
@ 2026-05-11 11:28 Stefan Czopak
2026-05-20 2:40 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* applied: [PATCH proxmox] pbs-api-types: jobs: fix typo in `REMOVE_VANISHED_BACKUPS_SCHEMA` doc string
2026-05-11 11:28 [PATCH proxmox] pbs-api-types: jobs: fix typo in `REMOVE_VANISHED_BACKUPS_SCHEMA` doc string Stefan Czopak
@ 2026-05-20 2:40 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2026-05-20 2:40 UTC (permalink / raw)
To: pbs-devel, Stefan Czopak
On Mon, 11 May 2026 13:28:59 +0200, Stefan Czopak wrote:
>
Applied, thanks!
[1/1] pbs-api-types: jobs: fix typo in `REMOVE_VANISHED_BACKUPS_SCHEMA` doc string
commit: 6e986a4420f9e137e4ed7d28bc99649aa1ab85ce
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-20 2:41 UTC | newest]
Thread overview: 2+ messages (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
2026-05-20 2:40 ` applied: " Thomas Lamprecht
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.