Skip to content

Commit

Permalink
fix(ui): wrong --cmp output characters
Browse files Browse the repository at this point in the history
`|` -> `*`
  • Loading branch information
adamperkowski committed Nov 16, 2024
1 parent 460f9d9 commit 3cad4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ copies or substantial portions of the Software.",
}
} else {
println!(
"| {} {} -> {}",
"* {} {} -> {}",
package.0.blue(),
"NONE".red(),
package.1.version.green()
Expand Down

0 comments on commit 3cad4c1

Please sign in to comment.