diff --git a/proxmox/src/api/schema.rs b/proxmox/src/api/schema.rs index fc3cb159..7a3d181a 100644 --- a/proxmox/src/api/schema.rs +++ b/proxmox/src/api/schema.rs @@ -676,7 +676,7 @@ pub fn parse_property_string(value_str: &str, schema: &Schema) -> Result bail!("Got unexpetec schema type."), + _ => bail!("Got unexpected schema type."), } }