refactor: update update message

This commit is contained in:
daimond113 2024-11-10 16:47:19 +01:00
parent d490c0a6f3
commit a9b1fa655f
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -76,7 +76,7 @@ impl UpdateCommand {
.context("failed to write lockfile")?;
println!(
"\n{}\nrun `{} install` in order to install the new dependencies",
"\n\n{}. run `{} install` in order to install the new dependencies",
"✅ done".green(),
env!("CARGO_BIN_NAME")
);