From 78050fa5c0a220ff3fd0d8b31b810bb1d1e2f81d Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 27 May 2024 22:57:26 +0200 Subject: [PATCH] Update mod.rs --- crates/infisical/src/manager/secrets/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/infisical/src/manager/secrets/mod.rs b/crates/infisical/src/manager/secrets/mod.rs index 7f2bbe1..3bce8ff 100644 --- a/crates/infisical/src/manager/secrets/mod.rs +++ b/crates/infisical/src/manager/secrets/mod.rs @@ -30,7 +30,7 @@ pub struct Secret { pub secret_comment: String, #[schemars( - description = "The path of the secret\n\nNote that this will only be present when using the `list secrets` method." + description = "The path of the secret.\n\nNote that this will only be present when using the `list secrets` method." )] pub secret_path: Option,