diff --git a/src/cli/commands/update.rs b/src/cli/commands/update.rs index ae8a19e..5bbc3c8 100644 --- a/src/cli/commands/update.rs +++ b/src/cli/commands/update.rs @@ -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") );