rust/treefile: Fix mutate-os-release typo
It's tempting to enable this by default in YAML...one step at a time though.
This commit is contained in:
parent
4c61a19f42
commit
a4a8c7cc96
@ -171,7 +171,7 @@ pub struct TreeComposeConfig {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub automatic_version_prefix: Option<String>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
#[serde(rename = "mutate-os-relase")]
|
||||
#[serde(rename = "mutate-os-release")]
|
||||
pub mutate_os_release: Option<String>,
|
||||
|
||||
// passwd-related bits
|
||||
|
Loading…
Reference in New Issue
Block a user