Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Oct 16, 2024
2 parents 78558f2 + 7430910 commit 167f77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policies/module-types/system-updates/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const MODULE_NAME: &str = env!("CARGO_PKG_NAME");
pub const MODULE_DIR: &str = "/var/rudder/system-update";

#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize, Copy)]
#[serde(rename_all = "snake_case")]
#[serde(rename_all = "kebab-case")]
pub enum RebootType {
#[serde(alias = "enabled")]
Always,
Expand Down

0 comments on commit 167f77a

Please sign in to comment.