Skip to content

Commit 13ca5c2

Browse files
committed
tree
1 parent 8adef64 commit 13ca5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-tui/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enum Commands {
4242
fn main() {
4343
let cli = Cli::parse();
4444
match cli.command {
45-
Commands::Tree { file } => TOKIO_RUNTIME.block_on(exec_tree(file)).expect("exec_tre"),
45+
Commands::Tree { file } => TOKIO_RUNTIME.block_on(exec_tree(file)).expect("exec_tree"),
4646
Commands::Convert { file, quiet } => TOKIO_RUNTIME
4747
.block_on(exec_convert(file, Flags { quiet }))
4848
.expect("exec_convert"),

0 commit comments

Comments
 (0)