diff --git a/src/config.rs b/src/config.rs index f3f4f81..92d4a73 100644 --- a/src/config.rs +++ b/src/config.rs @@ -116,7 +116,7 @@ pub struct ProviderConfig { #[validate(required)] pub name: Option, #[serde_as(as = "DisplayFromStr")] - #[serde(rename(deserialize = "type"))] + #[serde(rename = "type")] pub provider_type: SupportedProvider, pub password_file: Option, pub git_branch: Option,