diff --git a/proxmox-apt/src/repositories/standard.rs b/proxmox-apt/src/repositories/standard.rs index 4bb57d44..29cc7885 100644 --- a/proxmox-apt/src/repositories/standard.rs +++ b/proxmox-apt/src/repositories/standard.rs @@ -24,7 +24,8 @@ pub struct APTStandardRepository { /// Handle referencing a standard repository. pub handle: APTRepositoryHandle, - /// Configuration status of the associated repository. + /// Configuration status of the associated repository, where `None` means + /// not configured, and `Some(bool)` indicates enabled or disabled. #[serde(skip_serializing_if = "Option::is_none")] pub status: Option,