From a9b1fa655ff5ed3e7ec8cf4f9ef914b42c58aefe Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sun, 10 Nov 2024 16:47:19 +0100 Subject: [PATCH] refactor: update update message --- src/cli/commands/update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") );