mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
refactor: update update message
This commit is contained in:
parent
d490c0a6f3
commit
a9b1fa655f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ impl UpdateCommand {
|
||||||
.context("failed to write lockfile")?;
|
.context("failed to write lockfile")?;
|
||||||
|
|
||||||
println!(
|
println!(
|
||||||
"\n{}\nrun `{} install` in order to install the new dependencies",
|
"\n\n{}. run `{} install` in order to install the new dependencies",
|
||||||
"✅ done".green(),
|
"✅ done".green(),
|
||||||
env!("CARGO_BIN_NAME")
|
env!("CARGO_BIN_NAME")
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue