Skip to content

Commit

Permalink
Fix cd multi-selection (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Sep 22, 2024
1 parent fa3474b commit e8b208f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tui/src/running_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ impl RunningCommand {
script.push(' ');
script.push_str(&arg);
}
script.push('\n'); // Ensures that each command is properly separated for execution preventing directory errors
}
Command::None => panic!("Command::None was treated as a command"),
}
Expand Down

0 comments on commit e8b208f

Please sign in to comment.