Skip to content

Commit

Permalink
fix bug in --list
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Oct 11, 2023
1 parent 3e787ad commit 2f1cf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fn fmt_subcommands(stdout: &str, msg_info: &mut MessageInfo) -> Result<()> {
}
if !host.is_empty() {
msg_info.print("Host Commands:")?;
for line in &cross {
for line in &host {
msg_info.print(line)?;
}
}
Expand Down

0 comments on commit 2f1cf50

Please sign in to comment.