mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
fix wrong printer method used for folder listing
This commit is contained in:
parent
bdb78f98ba
commit
2b5e2c1c14
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ impl FolderListCommand {
|
|||
.with_some_name_color(toml_account_config.folder_list_table_name_color())
|
||||
.with_some_desc_color(toml_account_config.folder_list_table_desc_color());
|
||||
|
||||
printer.log(table)?;
|
||||
printer.out(table)?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue