Skip to content

Commit

Permalink
fixed default for permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bindseil <[email protected]>
  • Loading branch information
bindsi committed Jan 17, 2025
1 parent 8802c88 commit 802f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-handlers/udev/src/discovery_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct UdevDiscoveryDetails {
#[serde(default)]
pub group_recursive: bool,

#[serde(default = "rwm")]
#[serde(default)]
pub permissions: String,
}

Expand Down

0 comments on commit 802f4b1

Please sign in to comment.