mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
Fix typo (#12752)
This commit is contained in:
parent
eff7f33086
commit
e6f473695c
1 changed files with 1 additions and 1 deletions
|
@ -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! {
|
||||
|
|
Loading…
Reference in a new issue