1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-06 17:40:17 +02:00
This commit is contained in:
Ian Manske
2024-05-03 21:14:13 +00:00
committed by GitHub
parent eff7f33086
commit e6f473695c

@ -687,7 +687,7 @@ impl Value {
true
})
} else {
report_invalid_value("boolean value is deprecated, should be a record. see default_conifg.nu.", span, &mut errors);
report_invalid_value("boolean value is deprecated, should be a record. see `config nu --default`.", span, &mut errors);
// Reconstruct
*value = Value::record(
record! {