Skip to content

Commit

Permalink
fix wrong printer method used for folder listing
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 6, 2024
1 parent bdb78f9 commit 2b5e2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/folder/command/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(())
}
}

0 comments on commit 2b5e2c1

Please sign in to comment.