Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed Jan 10, 2024
1 parent 810c3ab commit f578d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub fn main() -> Result<(), anyhow::Error> {
check_latest::crate_version!().red(),
new_version.to_string().blue()
);
println!("To update run: {}", "cargo install marine".yellow(),);
println!("To update run: {}", "cargo install marine".yellow());
}

Ok(())
Expand Down

0 comments on commit f578d45

Please sign in to comment.