Skip to content

Commit

Permalink
fix: incorrect --compare colors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Dec 4, 2024
1 parent 5cafda9 commit ef1f78f
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 @@ -57,7 +57,7 @@ async fn compare(core: Core) -> error::Result<()> {
"*".white().on_black(),
new_pkg.0.blue(),
old_pkg.1.version.red(),
new_pkg.1.version.blue()
new_pkg.1.version.green()
);
}
} else {
Expand Down

0 comments on commit ef1f78f

Please # to comment.