This commit is contained in:
Ian Manske 2024-05-03 21:14:13 +00:00 committed by GitHub
parent eff7f33086
commit e6f473695c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -687,7 +687,7 @@ impl Value {
true true
}) })
} else { } 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 // Reconstruct
*value = Value::record( *value = Value::record(
record! { record! {