Skip to content

Commit 84ecc6a

Browse files
committed
provisioning: Fix typo
Signed-off-by: Ikey Doherty <[email protected]>
1 parent e86c768 commit 84ecc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/provisioning/src/types/partition_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl FromKdlProperty<'_> for PartitionTableType {
4545
let value = kdl_value_to_string(entry)?;
4646
let v = value.parse().map_err(|_| crate::UnsupportedValue {
4747
at: entry.span(),
48-
advice: Some("'gpt' and 'mbr' are supported".into()),
48+
advice: Some("'gpt' and 'msdos' are supported".into()),
4949
})?;
5050
Ok(v)
5151
}

0 commit comments

Comments
 (0)