We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86c768 commit 84ecc6aCopy full SHA for 84ecc6a
crates/provisioning/src/types/partition_table.rs
@@ -45,7 +45,7 @@ impl FromKdlProperty<'_> for PartitionTableType {
45
let value = kdl_value_to_string(entry)?;
46
let v = value.parse().map_err(|_| crate::UnsupportedValue {
47
at: entry.span(),
48
- advice: Some("'gpt' and 'mbr' are supported".into()),
+ advice: Some("'gpt' and 'msdos' are supported".into()),
49
})?;
50
Ok(v)
51
}
0 commit comments