mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:46:01 +02:00
Fix typos (#2842)
This commit is contained in:
@ -159,7 +159,7 @@ impl PrettyDebug for FormatInlineShape {
|
||||
InlineShape::Bytesize(bytesize) => {
|
||||
// get the config value, if it doesn't exist make it 'auto' so it works how it originally did
|
||||
let filesize_format_var = crate::config::config(Tag::unknown())
|
||||
.expect("unabled to get the config.toml file")
|
||||
.expect("unable to get the config.toml file")
|
||||
.get("filesize_format")
|
||||
.map(|val| val.convert_to_string().to_ascii_lowercase())
|
||||
.unwrap_or_else(|| "auto".to_string());
|
||||
|
Reference in New Issue
Block a user